From 98deb7eca7b2c9be3931ea2910e4eb64f8d82f3a Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 6 Mar 2018 16:15:03 -0500 Subject: [PATCH] Need to move Garage Door sensor to a different group --- groups.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/groups.yaml b/groups.yaml index 8bac458..d04fbdc 100644 --- a/groups.yaml +++ b/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: