Browse Source

inversion switch/status

master
Julien Cabillot 3 years ago
committed by Cabillot Julien
parent
commit
14eb644f1f
1 changed files with 4 additions and 4 deletions
  1. 8
      home-assistant/ha_configuration.yml

8
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"

Loading…
Cancel
Save