Added new sensor for GD
This commit is contained in:
parent
40e67ff8c1
commit
c44c8e9d6f
|
@ -180,3 +180,9 @@ switch.front_porch_right:
|
||||||
|
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
icon: mdi:lightbulb
|
icon: mdi:lightbulb
|
||||||
|
|
||||||
|
sensor.garage_door:
|
||||||
|
icon: mdi:garage
|
||||||
|
|
||||||
|
cover.garage_door:
|
||||||
|
icon: mdi:garage
|
||||||
|
|
|
@ -5,8 +5,8 @@ default_view:
|
||||||
icon: mdi:home
|
icon: mdi:home
|
||||||
entities:
|
entities:
|
||||||
- group.family
|
- group.family
|
||||||
- group.outside
|
|
||||||
- group.temperature
|
- group.temperature
|
||||||
|
- group.security
|
||||||
|
|
||||||
people:
|
people:
|
||||||
name: People
|
name: People
|
||||||
|
@ -164,3 +164,6 @@ Outside Lights:
|
||||||
|
|
||||||
Garage Door:
|
Garage Door:
|
||||||
- cover.garage_door
|
- cover.garage_door
|
||||||
|
|
||||||
|
Security:
|
||||||
|
- sensor.garage_door
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Garage Door"
|
||||||
|
state_topic: "smartthings/Garage Door/contact"
|
||||||
|
qos: 0
|
||||||
|
unit_of_measurement: ""
|
||||||
|
value_template: '{{ value.x }}'
|
Loading…
Reference in New Issue