mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
37 lines
981 B
YAML
37 lines
981 B
YAML
automation:
|
|
- alias: Lighting · Temperature · Adjust on start
|
|
use_blueprint:
|
|
path: light_on_set_temperature.yaml
|
|
input:
|
|
light:
|
|
- light.living_room_main
|
|
- light.pc
|
|
- light.master_bedroom_main
|
|
- light.kitchen_main
|
|
- light.kitchen_secondary
|
|
|
|
- alias: Lighting · Temperature · Sunset
|
|
use_blueprint:
|
|
path: light_sun_set_temperature.yaml
|
|
input:
|
|
light:
|
|
- light.living_room_main
|
|
- light.pc
|
|
- light.master_bedroom_main
|
|
- light.kitchen_main
|
|
- light.kitchen_secondary
|
|
temp: 400
|
|
|
|
- alias: Lighting ·Temperature · Night
|
|
use_blueprint:
|
|
path: light_sun_set_temperature.yaml
|
|
input:
|
|
light:
|
|
- light.living_room_main
|
|
- light.pc
|
|
- light.master_bedroom_main
|
|
- light.kitchen_main
|
|
- light.kitchen_secondary
|
|
temp: 500
|
|
after_offset: "+03:00:00"
|