mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add comment about Reolink Floodlight turn on brightness (#89234)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
9ff45ca013
commit
e8bdaaacd9
@ -67,6 +67,9 @@ NUMBER_ENTITIES = (
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user