Skip to content

[api] Rename services to actions (breaking change)#45

Merged
3 commits merged intobetafrom
api-actions-rename
Feb 27, 2026
Merged

[api] Rename services to actions (breaking change)#45
3 commits merged intobetafrom
api-actions-rename

Conversation

@bharvey88
Copy link
Copy Markdown
Contributor

Summary

  • Renames api: services:api: actions: and service:action: in Core.yaml
  • Affects two actions: play_buzzer and calibrate_co2_value

Breaking change: Any Home Assistant automations or scripts that call play_buzzer or calibrate_co2_value as ESPHome services must be updated to use the new action names after flashing.

Test plan

  • Confirm device compiles and flashes successfully
  • Update any HA automations using esphome.play_buzzer / esphome.calibrate_co2_value service calls to the new action syntax
  • Confirm actions work correctly from the HA developer tools

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 25, 2026

Warning

Rate limit exceeded

@bharvey88 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 16 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

📥 Commits

Reviewing files that changed from the base of the PR and between eec54f5 and 151508d.

📒 Files selected for processing (2)
  • Integrations/ESPHome/Core.yaml
  • Integrations/ESPHome/R_PRO-1_W.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch api-actions-rename

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the breaking-change Breaking change label Feb 25, 2026
@TrevorSchirmer TrevorSchirmer closed this pull request by merging all changes into beta in 6fa5cce Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants