From e8bdaaacd9e893b226b6bb7057ab88d83c8b920d Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Mon, 6 Mar 2023 16:08:53 +0100 Subject: [PATCH] Add comment about Reolink Floodlight turn on brightness (#89234) Co-authored-by: Martin Hjelmare --- homeassistant/components/reolink/number.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/reolink/number.py b/homeassistant/components/reolink/number.py index 05956aff3556a..82c1924e27db0 100644 --- a/homeassistant/components/reolink/number.py +++ b/homeassistant/components/reolink/number.py @@ -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",