home-assistant-configuration/binary_sensors/motion.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