Lower upper Lux range value to 200

This commit is contained in:
Joshua Boniface 2023-12-06 22:48:09 -05:00
parent 1c65bacb26
commit dfd8078d7f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ of say 30 lux: then, while the light is on, "light presence" is detected,
and when the light is off, "light presence" is cleared. Light presence can and when the light is off, "light presence" is cleared. Light presence can
be used standalone or as part of the integrated occupancy sensor (below). be used standalone or as part of the integrated occupancy sensor (below).
Valid range is 0 lux (always on) to 500 lux, in 5 lux increments. Valid range is 0 lux (always on) to 200 lux, in 5 lux increments.
Default value is 30 lux. Default value is 30 lux.
### PIR Hold Time ### PIR Hold Time

View File

@ -626,7 +626,7 @@ number:
id: light_presence_threshold_setter id: light_presence_threshold_setter
optimistic: true optimistic: true
min_value: 0 min_value: 0
max_value: 500 max_value: 200
step: 5 step: 5
restore_value: true restore_value: true
initial_value: 30 initial_value: 30