Prep for clean v3

This commit is contained in:
Jeffrey Stone
2018-07-18 13:35:35 -04:00
parent db81a21a50
commit 78cc052167
103 changed files with 0 additions and 3718 deletions

View File

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

View File

@@ -1,7 +0,0 @@
- 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

View File

@@ -1,54 +0,0 @@
- 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

@@ -1,21 +0,0 @@
- platform: mqtt
name: "Driveway Light"
state_topic: "smartthings/Driveway Light/switch"
command_topic: "smartthings/Driveway Light/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
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"
state_topic: "smartthings/Front Porch/switch"
command_topic: "smartthings/Front Porch/switch"
payload_on: "on"
payload_off: "off"
retain: true

View File

@@ -1,8 +0,0 @@
- 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