mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-14 07:44:04 +02:00
Update docs
This commit is contained in:
parent
6220df57d1
commit
c167f59ccd
1 changed files with 4 additions and 3 deletions
|
|
@ -184,10 +184,11 @@ DOCS[CONF_AUTORESET_CONTROL] = (
|
|||
|
||||
CONF_WATCHED_LIGHTS, DEFAULT_WATCHED_LIGHTS = "watched_lights", {}
|
||||
DOCS[CONF_WATCHED_LIGHTS] = (
|
||||
"Use this dictionary of lights to check for manually controlled events "
|
||||
"Use this dictionary of lights to check for manually controlled events"
|
||||
" in addition to the main lights 🌟"
|
||||
" Example: {light.watch_light: light.main_light} will fire manually controlled events to "
|
||||
" light.main_light"
|
||||
" Requires `alt_detect_method` to be True."
|
||||
" Example: `watched_lights: {light.watch_light: light.main_light}` will fire"
|
||||
" manually controlled events to `light.main_light`"
|
||||
)
|
||||
|
||||
SLEEP_MODE_SWITCH = "sleep_mode_switch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue