Replace lights

This commit is contained in:
2022-05-25 11:28:57 +03:00
parent 767dd52ab9
commit 28aebfac68
6 changed files with 89 additions and 33 deletions
@@ -27,19 +27,25 @@ automation:
use_blueprint:
path: light_on_set_temperature.yaml
input:
light: light.living_room_main
light:
- light.living_room_main
- light.pc
- alias: Lighting · Living Room · Temperature · Sunset
use_blueprint:
path: light_sun_set_temperature.yaml
input:
light: light.living_room_main
light:
- light.living_room_main
- light.pc
temp: 400
- alias: Lighting · Living Room · Temperature · Night
use_blueprint:
path: light_sun_set_temperature.yaml
input:
light: light.living_room_main
light:
- light.living_room_main
- light.pc
temp: 500
after_offset: "+03:00:00"