From 2d58c0f7eab1f136dda147ce9f8f6e98d5d35e07 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 7 Jun 2020 15:39:03 -0400 Subject: [PATCH] Add in new lights to the interior Lights Group. #764 --- config/group/Indoor_Outdoor.yaml | 31 ++++++++++++++++--------------- config/logger.yaml | 1 + 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/config/group/Indoor_Outdoor.yaml b/config/group/Indoor_Outdoor.yaml index 0781c299..4bc25973 100755 --- a/config/group/Indoor_Outdoor.yaml +++ b/config/group/Indoor_Outdoor.yaml @@ -1,22 +1,23 @@ Interior_Lights: entities: - group.master_bathroom_accents - - group.bedroom_lights - - group.living_room_lights - - group.living_room_accents - - group.dinette_lights - - group.dining_room_lights - - group.den_lights - - group.foyer_lights - - group.office_lights - - group.hallway_lights - - group.kitchen_lights - group.kitchen_accents - - group.upstairs_lights - - group.outdoor_pool_lights - - group.garage_lights - - group.paiges_room - - group.justins_room + - light.bedroom + - light.bedroom_lights + - light.den_lights + - light.dinette_lights + - light.dining_room_lights + - light.foyer_lights + - light.garage_lights + - light.hallway_lights + - light.kitchen_lights + - light.living_room_accents + - light.living_room_lights + - light.office_lights + - light.outdoor_front_lights + - light.outdoor_pool_lights + - light.outside_pool_lights + - light.upstairs_lights Exterior_Lights: entities: diff --git a/config/logger.yaml b/config/logger.yaml index 0234bab8..b8503f20 100755 --- a/config/logger.yaml +++ b/config/logger.yaml @@ -11,6 +11,7 @@ logs: aiohttp.access: critical aiohttp.server: critical homeassistant.core: error + homeassistant.config_entries: error homeassistant.components.automation: warn homeassistant.components.binary_sensor: error homeassistant.components.climate.nest: warn