home-assistant-configuration/binary_sensors/motion.yaml

6 lines
184 B
YAML
Executable File

- platform: mqtt
name: "Garage Motion" # Dome Motion Sensor
state_topic: "smartthings/Garage Motion/contact"
payload_on: "active"
payload_off: "inactive"
device_class: motion