First try to add scenes.

This commit is contained in:
ultratoto14
2020-11-09 11:07:55 +01:00
parent a0f4fdf337
commit 6e07a5581f
4 changed files with 174 additions and 47 deletions

View File

@@ -15,6 +15,9 @@ CONF_COLOR = "color"
CONF_COLOR_MODE = "color_mode"
CONF_COLOR_TEMP_MIN_KELVIN = "color_temp_min_kelvin"
CONF_COLOR_TEMP_MAX_KELVIN = "color_temp_max_kelvin"
CONF_SCENES = "scenes"
CONF_SCENE_DATA = "scene_data"
CONF_MUSIC_MODE = "music_mode"
# switch
CONF_CURRENT = "current"