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.hallway_lightstrip
|
||||||
- light.balcony
|
- light.balcony
|
||||||
- light.table_lamp_lights
|
- light.table_lamp_lights
|
||||||
|
- light.lego_bookcase_light
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:weather-night
|
icon: mdi:weather-night
|
||||||
|
|
||||||
@ -120,6 +121,9 @@ good_morning:
|
|||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: switch.coffee_machine_on_off
|
entity_id: switch.coffee_machine_on_off
|
||||||
|
- service: light.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: light.lego_bookcase_light
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
temperature: 23
|
temperature: 23
|
||||||
@ -223,6 +227,7 @@ leave_home:
|
|||||||
- light.hallway_lightstrip
|
- light.hallway_lightstrip
|
||||||
- light.balcony
|
- light.balcony
|
||||||
- light.table_lamp_lights
|
- light.table_lamp_lights
|
||||||
|
- light.lego_bookcase_light
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:home-export-outline
|
icon: mdi:home-export-outline
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user