From 97e0307af1aef1e01b7b592a4da0955a35a957e2 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Thu, 9 Mar 2017 21:04:03 +0100 Subject: [PATCH] tweak --- home-assistant/ha_configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"