Add comment about Reolink Floodlight turn on brightness (#89234)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
starkillerOG 2023-03-06 16:08:53 +01:00 committed by GitHub
parent 9ff45ca013
commit e8bdaaacd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,9 @@ NUMBER_ENTITIES = (
value=lambda api, ch: api.get_focus(ch), value=lambda api, ch: api.get_focus(ch),
method=lambda api, ch, value: api.set_zoom(ch, int(value)), 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( ReolinkNumberEntityDescription(
key="floodlight_brightness", key="floodlight_brightness",
name="Floodlight turn on brightness", name="Floodlight turn on brightness",