Add Sleeping sensor docs (#33071)

This commit is contained in:
starkillerOG 2024-06-07 22:15:01 +02:00 committed by GitHub
parent dc892b3a23
commit b969282bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,16 +65,17 @@ Dual lens cameras provide additional streams for the second lens.
Depending on the supported features of the camera, binary sensors are added for:
- Motion detection
- Visitor (Doorbell presses)
- AI person detection
- AI vehicle detection
- AI pet detection
- AI animal detection
- AI face detection
- AI package detection
- Motion detection+
- Visitor+ (Doorbell presses)
- AI person detection+
- AI vehicle detection+
- AI pet detection+
- AI animal detection+
- AI face detection+
- AI package detection+
- Sleep status
These sensors receive events using 3 methods in order: ONVIF push, ONVIF long polling or fast polling (every 5 seconds).
\+ These sensors receive events using 3 methods in order: ONVIF push, ONVIF long polling or fast polling (every 5 seconds).
The latency for receiving the events is the best for ONVIF push and the worst for fast polling, the fastest available method that is detected to work will be used, and slower methods will not be used.
For redundancy, these sensors are polled every 60 seconds together with the update of all other entities.
Not all camera models generate ONVIF push events for all event types, some binary sensors might, therefore, only be polled.