8 lines
193 B
YAML
8 lines
193 B
YAML
|
- platform: mqtt
|
||
|
name: "Garage Door"
|
||
|
state_topic: "smartthings/Garage Door/door"
|
||
|
command_topic: "smartthings/Garage Door/door"
|
||
|
payload_on: "open"
|
||
|
payload_off: "closed"
|
||
|
retain: true
|