6 lines
184 B
YAML
6 lines
184 B
YAML
|
- platform: mqtt
|
||
|
name: "Garage Motion" # Dome Motion Sensor
|
||
|
state_topic: "smartthings/Garage Motion/contact"
|
||
|
payload_on: "active"
|
||
|
payload_off: "inactive"
|
||
|
device_class: motion
|