Various improvements to automations and UI

This commit is contained in:
2021-05-18 18:59:10 +03:00
parent dbbda673f4
commit af18dffdb3
22 changed files with 338 additions and 192 deletions
@@ -21,3 +21,25 @@ scene:
state: "on"
color_temp: 284
brightness_pct: 80
automation:
- alias: Lighting · Living Room · Temperature · Adjust on start
use_blueprint:
path: light_on_set_temperature.yaml
input:
light: light.living_room_main
- alias: Lighting · Living Room · Temperature · Sunset
use_blueprint:
path: light_sun_set_temperature.yaml
input:
light: light.living_room_main
temp: 400
- alias: Lighting · Living Room · Temperature · Night
use_blueprint:
path: light_sun_set_temperature.yaml
input:
light: light.living_room_main
temp: 500
after_offset: "+03:00:00"