mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-19 01:46:04 +00:00
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…
x
Reference in New Issue
Block a user