Skip to content

Add clarification for reolink entities #26469

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

Merged
merged 7 commits into from
Mar 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions source/_integrations/reolink.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Depending on the supported features of the camera number entities are added for:

- Optical zoom control
- Focus control
- Floodlight brightness
- Floodlight turn on brightness
- Volume
- Guard return time
- Motion sensitivity
Expand All @@ -63,6 +63,10 @@ Depending on the supported features of the camera number entities are added for:
- AI vehicle sensitivity
- AI pet sensitivity

"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.

When the camera is not moved and no person/pet/vehicle is detected for the "Guard return time" in seconds, and the "Guard return" switch is ON, the camera will move back to the guard position.

## Button entities

Depending on the supported features of the camera button entities are added for:
Expand All @@ -76,6 +80,10 @@ Depending on the supported features of the camera button entities are added for:
- Guard go to
- Guard set current position

PTZ left, right, up and down will continually move the camera in the respective position until the PTZ stop is called or the hardware limit is reached.

"Guard set current position" will set the current position as the new guard position.

## Select entities

Depending on the supported features of the camera select entities are added for:
Expand Down Expand Up @@ -119,9 +127,9 @@ Depending on the supported features of the camera light entities are added for:
- Infra red lights in night mode
- Status LED

When the floodlight entity is ON always ON, when OFF controlled based on the internal camera floodlight mode (Off, Auto, Schedule)
When the floodlight entity is ON always ON, when OFF controlled based on the internal camera floodlight mode (Off, Auto, Schedule), see the "Floodlight mode" select entity.

When IR light entity is OFF always OFF, when ON IR LEDs will be on when camera is in night vision mode, see "Day night mode"
When IR light entity is OFF always OFF, when ON IR LEDs will be on when the camera is in night vision mode, see the "Day night mode" select entity.

## Update entity

Expand Down