mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Add Reolink binary sensor support (#25694)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
3c3f8d9d65
commit
9f885b6ab2
@ -30,6 +30,20 @@ This integration creates a few camera entities, one for each stream type with di
|
|||||||
The Sub stream camera entity is enabled by default; the other streams are disabled by default.
|
The Sub stream camera entity is enabled by default; the other streams are disabled by default.
|
||||||
The Images stream provides a sequence of image snapshots giving very low latency at the cost of a very low frame rate; this can be used when the RTMP/RTSP/FLV video stream has too much lag.
|
The Images stream provides a sequence of image snapshots giving very low latency at the cost of a very low frame rate; this can be used when the RTMP/RTSP/FLV video stream has too much lag.
|
||||||
|
|
||||||
|
## Binary sensors
|
||||||
|
|
||||||
|
Depending on the supported features of the camera binary sensors are added for:
|
||||||
|
|
||||||
|
- Motion detection
|
||||||
|
- Doorbell presses
|
||||||
|
- AI person detection
|
||||||
|
- AI vehicle detection
|
||||||
|
- AI pet detection
|
||||||
|
- AI face detection
|
||||||
|
|
||||||
|
These sensors are polled every 60 seconds and receive ONVIF push events for immediate updates.
|
||||||
|
Not all camera models generate ONVIF push events for all event types, some binary sensors might, therefore, only be polled.
|
||||||
|
|
||||||
## Tested models
|
## Tested models
|
||||||
|
|
||||||
The following models have been tested and confirmed to work:
|
The following models have been tested and confirmed to work:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user