mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 08:44:03 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8e50415136
commit
25df0295fb
1 changed files with 3 additions and 1 deletions
|
|
@ -116,7 +116,9 @@ DOCS[CONF_SEPARATE_TURN_ON_COMMANDS] = (
|
|||
)
|
||||
|
||||
CONF_SLEEP_BRIGHTNESS, DEFAULT_SLEEP_BRIGHTNESS = "sleep_brightness", 1
|
||||
DOCS[CONF_SLEEP_BRIGHTNESS] = "Brightness percentage of lights in sleep mode. Set to 0 to prevent lights from turning on. 😴"
|
||||
DOCS[CONF_SLEEP_BRIGHTNESS] = (
|
||||
"Brightness percentage of lights in sleep mode. Set to 0 to prevent lights from turning on. 😴"
|
||||
)
|
||||
|
||||
CONF_SLEEP_COLOR_TEMP, DEFAULT_SLEEP_COLOR_TEMP = "sleep_color_temp", 1000
|
||||
DOCS[CONF_SLEEP_COLOR_TEMP] = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue