This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:04:37 -05:00
parent d0e9db33c8
commit 67ecd08d7a
81 changed files with 1745 additions and 352 deletions

7
switches/laundry.yaml Normal file
View File

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

View File

@@ -5,10 +5,3 @@
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

View File

@@ -0,0 +1,54 @@
- platform: mqtt
name: "Text Notify Kat"
command_topic: "kat/notify/text"
state_topic: "kat/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Audibly Notify Kat"
command_topic: "kat/notify/audio"
state_topic: "kat/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Text Notify Jeff"
command_topic: "jeff/notify/text"
state_topic: "jeff/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Audibly Notify Jeff"
command_topic: "jeff/notify/audio"
state_topic: "jeff/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Text Notify House"
command_topic: "house/notify/text"
state_topic: "house/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Audibly Notify House"
command_topic: "house/notify/audio"
state_topic: "house/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true

View File

@@ -6,23 +6,16 @@
payload_off: "off"
retain: true
- platform: mqtt
name: "Side Door Light"
state_topic: "smartthings/Side Door Light/switch"
command_topic: "smartthings/Side Door Light/switch"
name: "Side Door"
state_topic: "smartthings/Side Door/switch"
command_topic: "smartthings/Side Door/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Left"
state_topic: "smartthings/Porch Left/switch"
command_topic: "smartthings/Porch Left/switch"
name: "Front Porch"
state_topic: "smartthings/Front Porch/switch"
command_topic: "smartthings/Front Porch/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Right"
state_topic: "smartthings/Porch Right/switch"
command_topic: "smartthings/Porch Right/switch"
payload_on: "on"
payload_off: "off"
retain: true

8
switches/sonoff.yaml Normal file
View File

@@ -0,0 +1,8 @@
- platform: mqtt
name: "Master Fan"
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true