Skip to content

Commit

Permalink
Add comment about Reolink Floodlight turn on brightness (home-assista…
Browse files Browse the repository at this point in the history
…nt#89234)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
  • Loading branch information
starkillerOG and MartinHjelmare authored Mar 6, 2023
1 parent 9ff45ca commit e8bdaaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/reolink/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ class ReolinkNumberEntityDescription(
value=lambda api, ch: api.get_focus(ch),
method=lambda api, ch, value: api.set_zoom(ch, int(value)),
),
# "Floodlight turn on brightness" controls the brightness of the floodlight when
# it is turned on internally by the camera (see "select.floodlight_mode" entity)
# or when using the "light.floodlight" entity.
ReolinkNumberEntityDescription(
key="floodlight_brightness",
name="Floodlight turn on brightness",
Expand Down

0 comments on commit e8bdaaa

Please sign in to comment.