From 14eb644f1fad4aafa0b0477cbff0da0e5da8f278 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 7 Mar 2017 19:45:24 +0100 Subject: [PATCH] inversion switch/status --- home-assistant/ha_configuration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant/ha_configuration.yml b/home-assistant/ha_configuration.yml index 8f2e684..0dc9e7b 100644 --- a/home-assistant/ha_configuration.yml +++ b/home-assistant/ha_configuration.yml @@ -26,10 +26,10 @@ light: name: "Test ESP" command_topic: "strip1/switch" state_topic: "strip1/status" - rgb_state_topic: "strip1/color/switch" - rgb_command_topic: "strip1/color/status" - brightness_state_topic: "strip1/brightness/switch" - brightness_command_topic: "strip1/brightness/status" + rgb_command_topic: "strip1/color/switch" + rgb_state_topic: "strip1/color/status" + brightness_command_topic: "strip1/brightness/switch" + brightness_state_topic: "strip1/brightness/status" automation: - alias: "Strip1 Effect"