home-assistant-configuration/sensors/smartthings.yaml

7 lines
157 B
YAML
Raw Normal View History

2017-04-09 02:10:01 +00:00
- platform: mqtt
name: "Garage Door"
state_topic: "smartthings/Garage Door/contact"
qos: 0
unit_of_measurement: ""
value_template: '{{ value.x }}'