This commit is contained in:
Jeffrey Stone
2019-02-21 12:49:55 -05:00
parent 361375cf5c
commit 46a6f6d271
97 changed files with 3443 additions and 1936 deletions

0
lights/kitchen.yaml Executable file → Normal file
View File

10
lights/living_room.yaml Executable file → Normal file
View File

@@ -17,4 +17,14 @@
brightness_scale: 101
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Table Lamp"
state_topic: "smartthings/Table Lamp/switch"
command_topic: "smartthings/Table Lamp/switch"
brightness_state_topic: "smartthings/Table Lamp/level"
brightness_command_topic: "smartthings/Table Lamp/level"
brightness_scale: 101
payload_on: "on"
payload_off: "off"
retain: true

View File

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