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

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