Need to move Garage Door sensor to a different group

This commit is contained in:
Jeffrey Stone 2018-03-06 16:15:03 -05:00
parent 09d18326a0
commit 98deb7eca7
1 changed files with 10 additions and 1 deletions

View File

@ -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: