Fixed the mqtt topics for porch switches
This commit is contained in:
parent
5b94ee6483
commit
8158639051
|
@ -14,15 +14,15 @@
|
||||||
retain: true
|
retain: true
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Front Porch Left"
|
name: "Front Porch Left"
|
||||||
state_topic: "smartthings/Front Porch Left/switch"
|
state_topic: "smartthings/Porch Left/switch"
|
||||||
command_topic: "smartthings/Front Porch Left/switch"
|
command_topic: "smartthings/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 Right/switch"
|
state_topic: "smartthings/Porch Right/switch"
|
||||||
command_topic: "smartthings/Front Porch Right/switch"
|
command_topic: "smartthings/Porch Right/switch"
|
||||||
payload_on: "on"
|
payload_on: "on"
|
||||||
payload_off: "off"
|
payload_off: "off"
|
||||||
retain: true
|
retain: true
|
Loading…
Reference in New Issue