Add light.lego_bookcase_light to modes
This commit is contained in:
parent
996fa28155
commit
793fe8daa4
@ -79,6 +79,7 @@ good_night:
|
||||
- light.hallway_lightstrip
|
||||
- light.balcony
|
||||
- light.table_lamp_lights
|
||||
- light.lego_bookcase_light
|
||||
mode: single
|
||||
icon: mdi:weather-night
|
||||
|
||||
@ -120,6 +121,9 @@ good_morning:
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.coffee_machine_on_off
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.lego_bookcase_light
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 23
|
||||
@ -223,6 +227,7 @@ leave_home:
|
||||
- light.hallway_lightstrip
|
||||
- light.balcony
|
||||
- light.table_lamp_lights
|
||||
- light.lego_bookcase_light
|
||||
mode: single
|
||||
icon: mdi:home-export-outline
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user