mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add reolink tracking entities (#26680)
Co-authored-by: Marc Randolph <mrand@users.noreply.github.com>
This commit is contained in:
parent
6a6d7719c5
commit
b2b37b45ab
@ -39,7 +39,7 @@ The Images stream provides a sequence of image snapshots giving very low latency
|
||||
|
||||
## Binary sensors
|
||||
|
||||
Depending on the supported features of the camera binary sensors are added for:
|
||||
Depending on the supported features of the camera, binary sensors are added for:
|
||||
|
||||
- Motion detection
|
||||
- Doorbell presses
|
||||
@ -54,7 +54,7 @@ For list of Reolink products that support ONVIF see the [Reolink Support Site](h
|
||||
|
||||
## Number entities
|
||||
|
||||
Depending on the supported features of the camera number entities are added for:
|
||||
Depending on the supported features of the camera, number entities are added for:
|
||||
|
||||
- Optical zoom control
|
||||
- Focus control
|
||||
@ -67,6 +67,10 @@ Depending on the supported features of the camera number entities are added for:
|
||||
- AI vehicle sensitivity
|
||||
- AI pet sensitivity
|
||||
- Auto quick reply time
|
||||
- Auto track limit left
|
||||
- Auto track limit right
|
||||
- Auto track disappear time
|
||||
- Auto track stop time
|
||||
|
||||
"Floodlight turn on brightness" controls the brightness of the floodlight when it is turned on internally by the camera (see "Floodlight mode" select entity) or when using the "Floodlight" light entity.
|
||||
|
||||
@ -74,9 +78,11 @@ When the camera is not moved and no person/pet/vehicle is detected for the "Guar
|
||||
|
||||
When a Reolink doorbell is pressed the quick reply message from the "Auto quick reply message" select entity will be played after "Auto quick reply time" seconds, unless the "Auto quick reply message" is set to off.
|
||||
|
||||
If the "Auto tracking" switch entity is enabled, and a object disappears from view OR stops moving for the "Auto track disappear time"/"Auto track stop time", the camera goes back to its original position.
|
||||
|
||||
## Button entities
|
||||
|
||||
Depending on the supported features of the camera button entities are added for:
|
||||
Depending on the supported features of the camera, button entities are added for:
|
||||
|
||||
- PTZ stop
|
||||
- PTZ left
|
||||
@ -93,12 +99,13 @@ PTZ left, right, up and down will continually move the camera in the respective
|
||||
|
||||
## Select entities
|
||||
|
||||
Depending on the supported features of the camera select entities are added for:
|
||||
Depending on the supported features of the camera, select entities are added for:
|
||||
|
||||
- Floodlight mode (Off, Auto, Schedule)
|
||||
- Day night mode (Auto, Color, Black&White)
|
||||
- PTZ preset
|
||||
- Auto quick reply message
|
||||
- Auto track method (Digital, Digital first, Pan/Tilt first)
|
||||
|
||||
PTZ preset positions can be set in the Reolink app/windows/web client, the names of the presets will be loaded into Home Assistant at the start of the integration. When adding new preset positions, please restart the Reolink integration.
|
||||
|
||||
@ -113,7 +120,7 @@ In some camera models, there is a delay of up to 5 seconds between the turn-off
|
||||
|
||||
## Switch entities
|
||||
|
||||
Depending on the supported features of the camera switch entities are added for:
|
||||
Depending on the supported features of the camera, switch entities are added for:
|
||||
|
||||
- Record audio
|
||||
- Siren on event
|
||||
@ -131,7 +138,7 @@ Depending on the supported features of the NVR/host, global switch entities are
|
||||
|
||||
## Light entities
|
||||
|
||||
Depending on the supported features of the camera light entities are added for:
|
||||
Depending on the supported features of the camera, light entities are added for:
|
||||
|
||||
- Floodlight
|
||||
- Infra red lights in night mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user