Need to move Garage Door sensor to a different group
This commit is contained in:
parent
09d18326a0
commit
98deb7eca7
11
groups.yaml
11
groups.yaml
|
@ -19,7 +19,7 @@ security:
|
|||
entities:
|
||||
- group.security_system
|
||||
- group.security_alerts
|
||||
- group.doors
|
||||
- group.all_doors
|
||||
- group.motion_sensors
|
||||
- group.fire
|
||||
|
||||
|
@ -148,6 +148,15 @@ Doors:
|
|||
- binary_sensor.front_door
|
||||
- binary_sensor.laundry_room_door
|
||||
- binary_sensor.attic_door
|
||||
|
||||
All Doors:
|
||||
control: hidden
|
||||
name: Doors
|
||||
entities:
|
||||
- binary_sensor.back_door
|
||||
- binary_sensor.front_door
|
||||
- binary_sensor.laundry_room_door
|
||||
- binary_sensor.attic_door
|
||||
- binary_sensor.garage_door
|
||||
|
||||
Attic:
|
||||
|
|
Loading…
Reference in New Issue