Skip to content

Commit 139e24e

Browse files
authored
Link blog post for network::get_use_address() migration in 2025.11.0 changelog (#5654)
1 parent 680f955 commit 139e24e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/changelog/2025.11.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,11 @@ See the [Event Entity Class: Memory Optimizations](https://developers.esphome.io
487487

488488
### Network Components
489489

490+
See the [Network get_use_address() Optimization](https://developers.esphome.io/blog/2025/11/20/network-use-address-optimization/) blog post for migration details.
491+
490492
- **WiFi scan results**: External components that access WiFi scan results after connection must call `wifi.request_wifi_scan_results()` in their `to_code()` function to prevent cleanup. [#11205](https://github.com/esphome/esphome/pull/11205)
491493

492-
- **use_address**: Changed from `const std::string &` to `const char *` in WiFi, Ethernet, and OpenThread components. Update external components calling `get_use_address()` or `set_use_address()`. [#11707](https://github.com/esphome/esphome/pull/11707)
494+
- **use_address**: Changed from `const std::string &` to `const char *` in WiFi, Ethernet, and OpenThread components. Remove `.c_str()` calls when using `get_use_address()`. [#11707](https://github.com/esphome/esphome/pull/11707)
493495

494496
### Other Components
495497

0 commit comments

Comments
 (0)