Network get_use_address() Optimization
The network::get_use_address() function has been optimized to return const char* instead of const std::string& to reduce memory overhead. This eliminates unnecessary string object storage when accessing the device's network address.
This is a breaking change for external components that call network::get_use_address() in ESPHome 2025.11.0 and later.