Adding garage switch
This commit is contained in:
parent
2b957c5bc9
commit
56251e2ed4
|
@ -6,6 +6,7 @@ default_view:
|
||||||
- group.family
|
- group.family
|
||||||
- group.outside
|
- group.outside
|
||||||
- group.living_room
|
- group.living_room
|
||||||
|
- group.garage
|
||||||
- group.temperature
|
- group.temperature
|
||||||
|
|
||||||
people:
|
people:
|
||||||
|
@ -126,3 +127,6 @@ Outside:
|
||||||
- switch.side_door_light
|
- switch.side_door_light
|
||||||
- switch.front_porch_left
|
- switch.front_porch_left
|
||||||
- switch.front_porch_right
|
- switch.front_porch_right
|
||||||
|
|
||||||
|
Garage:
|
||||||
|
- switch.garage_door
|
||||||
|
|
Loading…
Reference in New Issue