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