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