Link blog post for network::get_use_address() migration in 2025.11.0 changelog#5654
Link blog post for network::get_use_address() migration in 2025.11.0 changelog#5654clydebarrow merged 2 commits intocurrentfrom
Conversation
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
Updates the 2025.11.0 changelog to link a blog post documenting the network::get_use_address() breaking change migration, improving the migration guidance.
- Adds a reference to the Network get_use_address() Optimization blog post
- Updates the use_address breaking change description with clearer migration instructions
WalkthroughThe changelog for version 2025.11.0 was updated to include a migration blog post reference for network address optimization and to clarify documentation of the use_address change regarding .c_str() removal when calling get_use_address(). Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
dev pr esphome/developers.esphome.io#78
Description:
Updates the 2025.11.0 changelog to reference the new blog post documenting the
network::get_use_address()breaking change migration. The blog post provides comprehensive examples for external component authors including version compatibility patterns and real-world usage.Related issue (if applicable): N/A
Pull request in esphome with YAML changes (if applicable):
N/A
Checklist:
I am merging into
nextbecause this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
currentbecause this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/components/index.rstwhen creating new documents for new components or cookbook.