initial commit

This commit is contained in:
Jeffrey Stone
2016-12-30 11:10:09 -05:00
commit be2805457b
12 changed files with 680 additions and 0 deletions

23
switches/living_room.yaml Normal file
View File

@@ -0,0 +1,23 @@
- platform: mqtt
name: "Fireplace Lights"
state_topic: "smartthings/Fireplace Lights/switch"
command_topic: "smartthings/Fireplace Lights/switch"
payload_on: "on"
payload_off: "off"
retain: true
- 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
- platform: mqtt
name: "Rail Lights"
state_topic: "smartthings/Stairs Rail/switch"
command_topic: "smartthings/Stairs Rail/switch"
payload_on: "on"
payload_off: "off"
retain: true

28
switches/outside.yaml Normal file
View File

@@ -0,0 +1,28 @@
- platform: mqtt
name: "Driveway Light"
state_topic: "smartthings/Garage Door Light/switch"
command_topic: "smartthings/Garage Door Light/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Side Door Light"
state_topic: "smartthings/Garage Side Door/switch"
command_topic: "smartthings/Garage Side Door/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Left"
state_topic: "smartthings/Front Porch 1/switch"
command_topic: "smartthings/Front Porch 1/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Right"
state_topic: "smartthings/Front Porch 2/switch"
command_topic: "smartthings/Front Porch 2/switch"
payload_on: "on"
payload_off: "off"
retain: true