Skip to content

Commit d418ec4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 45c897e commit d418ec4

File tree

1 file changed

+2
-3
lines changed
  • custom_components/adaptive_lighting

1 file changed

+2
-3
lines changed

custom_components/adaptive_lighting/const.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class TakeOverControlMode(Enum):
3333

3434
CONF_LIGHTS, DEFAULT_LIGHTS = "lights", []
3535
DOCS[CONF_LIGHTS] = (
36-
"Light entities controlled by this switch. "
37-
"Leave empty to add lights later."
36+
"Light entities controlled by this switch. " "Leave empty to add lights later."
3837
)
3938

4039
CONF_DETECT_NON_HA_CHANGES, DEFAULT_DETECT_NON_HA_CHANGES = (
@@ -129,7 +128,7 @@ class TakeOverControlMode(Enum):
129128
CONF_SLEEP_RGB_COLOR, DEFAULT_SLEEP_RGB_COLOR = "sleep_rgb_color", [255, 56, 0]
130129
DOCS[CONF_SLEEP_RGB_COLOR] = (
131130
"RGB color applied while sleep mode is active. "
132-
'Requires `sleep_rgb_or_color_temp` set to `rgb_color`.'
131+
"Requires `sleep_rgb_or_color_temp` set to `rgb_color`."
133132
)
134133

135134
CONF_SLEEP_RGB_OR_COLOR_TEMP, DEFAULT_SLEEP_RGB_OR_COLOR_TEMP = (

0 commit comments

Comments
 (0)