-
-
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
Add baby crying detection docs #36618
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request introduces documentation for a new binary sensor in the Reolink integration that specifically detects "AI baby crying" events. This addition expands the sensor capabilities for Reolink cameras, providing users with a specialized sensor for detecting infant crying sounds. The documentation update describes the new sensor's functionality, emphasizing its support for push updates to enable real-time event detection. Changes
Sequence DiagramsequenceDiagram
participant Camera as Reolink Camera
participant Integration as Home Assistant Reolink Integration
participant Sensor as AI Baby Crying Binary Sensor
Camera ->> Integration: Detect baby crying sound
Integration ->> Sensor: Update sensor state
Sensor ->> Integration: Trigger push update
The sequence diagram illustrates the workflow of the new AI baby crying detection sensor, showing how the camera detects the sound, the integration processes the event, and the binary sensor is updated with a push notification. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)source/_integrations/reolink.markdown (1)
The addition of "AI baby crying detection+" to the binary sensors section is:
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 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.
Happy New Year @frenck 🥂 |
Proposed change
Add baby crying detection docs, see PR home-assistant/core#134290
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit