Adding a new light to the upstairs lamp. Updating some of the automations.
This commit is contained in:
parent
1575f25a45
commit
83f229b6bf
|
@ -54,4 +54,5 @@
|
|||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.living_room_accents
|
||||
- light.upstairs_lamp
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@ cloud:
|
|||
- light.outdoor_front_lights
|
||||
- light.outdoor_pool_lights
|
||||
- light.upstairs_lights
|
||||
- light.upstairs_lamp
|
||||
- light.sink
|
||||
include_domains:
|
||||
- switch
|
||||
|
|
|
@ -17,6 +17,8 @@ Interior_Lights:
|
|||
- light.office_lights
|
||||
- light.upstairs_lights
|
||||
- light.garage_hallway
|
||||
- light.sink
|
||||
- light.upstairs_lamp
|
||||
|
||||
Exterior_Lights:
|
||||
entities:
|
||||
|
|
|
@ -45,6 +45,7 @@ filter:
|
|||
- light.outdoor_front_lights
|
||||
- light.outdoor_pool_lights
|
||||
- light.upstairs_lights
|
||||
- light.upstairs_lamp
|
||||
- light.sink
|
||||
- switch.lr_amp
|
||||
exclude_entities:
|
||||
|
|
Loading…
Reference in New Issue