Conversation
Exposes the device's current IP address as a diagnostic text sensor in Home Assistant, making it easier to identify devices on the network.
Exposes the running ESPHome version and the Apollo firmware version as diagnostic text sensors in Home Assistant, making it easy to verify what firmware is installed without checking the ESPHome dashboard.
ESPHome renamed `services`/`service` to `actions`/`action` in newer versions. Updates all three API entries (play_buzzer, calibrate_co2_value, set_ld2410_bluetooth_password) to use the current syntax. BREAKING CHANGE: Any Home Assistant automations or scripts that call these as services must be updated to use the new action syntax.
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Version: 25.7.18.1
What does this implement/fix?
ESPHome renamed the
services/servicekeywords toactions/actionin newer versions. This updates all three API entries in Core.yaml to use the current syntax:play_buzzercalibrate_co2_valueset_ld2410_bluetooth_passwordTypes of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified: