-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/adjust service -> action in notification groups #34229
Conversation
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
WalkthroughWalkthroughThe changes enhance the documentation for the Home Assistant integration by replacing the term "notification services" with "notification actions." This shift clarifies that users are configuring actions rather than services, improving understanding of the YAML configuration. Additionally, the description of the "action" key has been refined to stress the proper usage of entity IDs, ensuring they are in lowercase. Overall, these updates increase the clarity and accuracy of the documentation. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant System
User->>System: Configure actions in YAML
System-->>User: Validate entity IDs (lowercase)
User->>System: Save configuration
System-->>User: Confirmation of setup
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Proposed change
Inconsistency in the documentation.
Backend also had issues, which was fixed here: home-assistant/core#123457
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit