8 lines
201 B
YAML
8 lines
201 B
YAML
|
- platform: mqtt
|
||
|
name: "Garage Dome Sensor" # Dome Motion Sensor
|
||
|
state_topic: "smartthings/Garage Motion/contact"
|
||
|
payload_on: "open"
|
||
|
payload_off: "closed"
|
||
|
retain: true
|
||
|
device_class: motion
|