diff --git a/home-assistant/ha_configuration.yml b/home-assistant/ha_configuration.yml index 0dc9e7b..2481434 100644 --- a/home-assistant/ha_configuration.yml +++ b/home-assistant/ha_configuration.yml @@ -17,7 +17,7 @@ input_slider: strip1_animation_speed: name: "Strip1 Animation Speed" initial: 120 - min: 10 + min: 0 max: 150 step: 10 @@ -27,7 +27,7 @@ light: command_topic: "strip1/switch" state_topic: "strip1/status" rgb_command_topic: "strip1/color/switch" - rgb_state_topic: "strip1/color/status" + rgb_state_topic: "strip1/color/status" brightness_command_topic: "strip1/brightness/switch" brightness_state_topic: "strip1/brightness/status"