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:
|
Interior_Lights:
|
||||||
entities:
|
entities:
|
||||||
- group.master_bathroom_accents
|
- 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.kitchen_accents
|
||||||
- group.upstairs_lights
|
- light.bedroom
|
||||||
- group.outdoor_pool_lights
|
- light.bedroom_lights
|
||||||
- group.garage_lights
|
- light.den_lights
|
||||||
- group.paiges_room
|
- light.dinette_lights
|
||||||
- group.justins_room
|
- 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:
|
Exterior_Lights:
|
||||||
entities:
|
entities:
|
||||||
|
|
|
@ -11,6 +11,7 @@ logs:
|
||||||
aiohttp.access: critical
|
aiohttp.access: critical
|
||||||
aiohttp.server: critical
|
aiohttp.server: critical
|
||||||
homeassistant.core: error
|
homeassistant.core: error
|
||||||
|
homeassistant.config_entries: error
|
||||||
homeassistant.components.automation: warn
|
homeassistant.components.automation: warn
|
||||||
homeassistant.components.binary_sensor: error
|
homeassistant.components.binary_sensor: error
|
||||||
homeassistant.components.climate.nest: warn
|
homeassistant.components.climate.nest: warn
|
||||||
|
|
Loading…
Reference in New Issue