mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 07:14:04 +02:00
Update const.py
This commit is contained in:
parent
c167f59ccd
commit
e773af07ca
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ DOCS[CONF_AUTORESET_CONTROL] = (
|
|||
"Set to 0 to disable. ⏲️"
|
||||
)
|
||||
|
||||
CONF_WATCHED_LIGHTS, DEFAULT_WATCHED_LIGHTS = "watched_lights", {}
|
||||
CONF_WATCHED_LIGHTS, DEFAULT_WATCHED_LIGHTS = "watched_lights", []
|
||||
DOCS[CONF_WATCHED_LIGHTS] = (
|
||||
"Use this dictionary of lights to check for manually controlled events"
|
||||
" in addition to the main lights 🌟"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue