mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 23:34:04 +02:00
autofill workaround
This commit is contained in:
parent
06dd2a5c9a
commit
a4d5f861ff
1 changed files with 6 additions and 2 deletions
|
|
@ -161,12 +161,16 @@ CONF_ADAPT_COLOR_TEMP_UNTIL_SLEEP, DEFAULT_ADAPT_COLOR_TEMP_UNTIL_SLEEP = (
|
|||
"adapt_color_temp_until_sleep",
|
||||
True,
|
||||
)
|
||||
DOCS[CONF_ADAPT_COLOR_TEMP_UNTIL_SLEEP] = "See " + CONF_ADAPT_UNTIL_SLEEP + "."
|
||||
DOCS[
|
||||
CONF_ADAPT_COLOR_TEMP_UNTIL_SLEEP
|
||||
] = "Only active when `transition_until_sleep` is true."
|
||||
CONF_ADAPT_BRIGHTNESS_UNTIL_SLEEP, DEFAULT_ADAPT_BRIGHTNESS_UNTIL_SLEEP = (
|
||||
"adapt_brightness_until_sleep",
|
||||
True,
|
||||
)
|
||||
DOCS[CONF_ADAPT_BRIGHTNESS_UNTIL_SLEEP] = "See " + CONF_ADAPT_UNTIL_SLEEP + "."
|
||||
DOCS[
|
||||
CONF_ADAPT_BRIGHTNESS_UNTIL_SLEEP
|
||||
] = "Only active when `transition_until_sleep` is true."
|
||||
|
||||
CONF_ADAPT_DELAY, DEFAULT_ADAPT_DELAY = "adapt_delay", 0
|
||||
DOCS[CONF_ADAPT_DELAY] = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue