Skip to content

Commit

Permalink
Missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-crandall committed Nov 10, 2023
1 parent b1af1ad commit 9076b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/adaptive_lighting/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def int_between(min_int, max_int):
selector.ColorRGBSelector(selector.ColorRGBSelectorConfig()),
),
(CONF_SUNRISE_TIME, NONE_STR, str),
(CONF_MIN_SUNRISE_TIME, NONE_STR, str)
(CONF_MIN_SUNRISE_TIME, NONE_STR, str),
(CONF_MAX_SUNRISE_TIME, NONE_STR, str),
(CONF_SUNRISE_OFFSET, DEFAULT_SUNRISE_OFFSET, int),
(CONF_SUNSET_TIME, NONE_STR, str),
Expand Down

0 comments on commit 9076b4f

Please sign in to comment.