-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Document pre-announcement #2620
Conversation
📝 WalkthroughWalkthroughThe documentation for the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant A as AssistSatelliteEntity
participant Announcer as async_announce
U->>A: async_start_conversation(media_id, preannouncement_media_id?)
alt If preannouncement_media_id is provided
A->>Announcer: async_announce(preannouncement_media_id)
Announcer-->>A: Preannouncement completed
end
A->>Announcer: async_announce(media_id)
Announcer-->>A: Announcement completed
A-->>U: Conversation started
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (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. 🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would help to add the signature of the entity methods that the platform can implement. We have that for most other entity integrations.
I assume we also need to update the user docs for the service actions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User docs have been merged.
Proposed change
Docs for home-assistant/architecture#1213
Type of change
Additional information
Summary by CodeRabbit