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

7
switches/alarms.yaml Normal file
View File

@@ -0,0 +1,7 @@
# - platform: mqtt
# name: "Tornado Alarm"
# state_topic: "smartthings/Tornado Alarm/switch"
# command_topic: "smartthings/Tornado Alarm/switch"
# payload_on: "on"
# payload_off: "off"
# retain: true

8
switches/bedroom.yaml Normal file
View File

@@ -0,0 +1,8 @@
- platform: mqtt
name: "Rainbow Light"
state_topic: "smartthings/Rainbow Light/switch"
command_topic: "smartthings/Rainbow Light/switch"
payload_on: "on"
payload_off: "off"
retain: true

7
switches/living_room.yaml Executable file → Normal file
View File

@@ -5,3 +5,10 @@
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Incense"
state_topic: "smartthings/Incense/switch"
command_topic: "smartthings/Incense/switch"
payload_on: "on"
payload_off: "off"
retain: true

8
switches/master_bedroom.yaml Executable file → Normal file
View File

@@ -1,7 +1 @@
- platform: mqtt
name: "Master Bedroom Fan"
state_topic: "smartthings/Master Bedroom Fan/switch"
command_topic: "smartthings/Master Bedroom Fan/switch"
payload_on: "on"
payload_off: "off"
retain: true

0
switches/notifications.yaml Executable file → Normal file
View File

0
switches/outside.yaml Executable file → Normal file
View File

2
switches/sonoff.yaml Executable file → Normal file
View File

@@ -1,5 +1,5 @@
- platform: mqtt
name: "Loft Fan"
name: "Master Fan"
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1

14
switches/upstairs.yaml Normal file
View File

@@ -0,0 +1,14 @@
- platform: mqtt
name: "Upstairs Light"
state_topic: "smartthings/Upstairs Light/switch"
command_topic: "smartthings/Upstairs Light/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Main Theater"
state_topic: "smartthings/Theater AV/switch"
command_topic: "smartthings/Teather AV/switch"
payload_on: "on"
payload_off: "off"
retain: true