Fixing mqtt topics
This commit is contained in:
parent
75cdccc74d
commit
5b94ee6483
|
@ -1,28 +1,28 @@
|
|||
- platform: mqtt
|
||||
name: "Driveway Light"
|
||||
state_topic: "smartthings/Garage Door Light/switch"
|
||||
command_topic: "smartthings/Garage Door Light/switch"
|
||||
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 Light"
|
||||
state_topic: "smartthings/Garage Side Door/switch"
|
||||
command_topic: "smartthings/Garage Side Door/switch"
|
||||
state_topic: "smartthings/Side Door Light/switch"
|
||||
command_topic: "smartthings/Side Door Light/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"
|
||||
state_topic: "smartthings/Front Porch Left/switch"
|
||||
command_topic: "smartthings/Front Porch Left/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"
|
||||
state_topic: "smartthings/Front Porch Right/switch"
|
||||
command_topic: "smartthings/Front Porch Right/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
Loading…
Reference in New Issue