mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
7 lines
189 B
YAML
7 lines
189 B
YAML
- platform: mqtt
|
|
name: "Garage Dome Sensor" # Dome Motion Sensor
|
|
state_topic: "smartthings/Garage Motion/motion"
|
|
payload_on: "active"
|
|
payload_off: "inactive"
|
|
device_class: motion
|