Updated scripts with switches and lights

This commit is contained in:
Jeffrey Stone
2017-01-05 11:23:30 -05:00
parent 5098da9b43
commit bc501622e9
7 changed files with 60 additions and 18 deletions

9
lights/living_room.yaml Normal file
View File

@@ -0,0 +1,9 @@
- platform: mqtt
name: "Tower Lamp"
state_topic: "smartthings/Tower Lamp/switch"
command_topic: "smartthings/Tower Lamp/switch"
brightness_state_topic: "smartthings/Tower Lamp/level"
brightness_command_topic: "smartthings/Tower Lamp/level"
payload_on: "on"
payload_off: "off"
retain: true