mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Set UniFi Protect icr_lux
min to 0 allowing "below 1 lux" (#131115)
unifiprotect set icr_lux min 0 to allow setting "below 1 lux" Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
This commit is contained in:
parent
d03fc71bfb
commit
bab9ef7ada
@ -124,7 +124,7 @@ CAMERA_NUMBERS: tuple[ProtectNumberEntityDescription, ...] = (
|
||||
name="Infrared custom lux trigger",
|
||||
icon="mdi:white-balance-sunny",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
ufp_min=1,
|
||||
ufp_min=0,
|
||||
ufp_max=30,
|
||||
ufp_step=1,
|
||||
ufp_required_field="feature_flags.has_led_ir",
|
||||
|
Loading…
x
Reference in New Issue
Block a user