Add in new lights to the interior Lights Group. #764
This commit is contained in:
parent
810ac9b841
commit
2d58c0f7ea
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue