Added new sensor for GD

This commit is contained in:
Jeffrey Stone
2017-04-08 22:10:01 -04:00
parent 40e67ff8c1
commit c44c8e9d6f
3 changed files with 16 additions and 1 deletions

6
sensors/smartthings.yaml Normal file
View File

@@ -0,0 +1,6 @@
- platform: mqtt
name: "Garage Door"
state_topic: "smartthings/Garage Door/contact"
qos: 0
unit_of_measurement: ""
value_template: '{{ value.x }}'