Files
N22/include/scripts/sunrise.yaml
T
2023-04-11 07:08:32 +02:00

32 lines
746 B
YAML

sunrise:
sequence:
- service: light.turn_on
data:
entity_id: light.sov_midt
xy_color: [0.67,0.39]
brightness: 1
- delay:
seconds: 1
- service: light.turn_on
data:
entity_id: light.sov_midt
xy_color: [0.65,0.41]
brightness: 85
transition: 180
- delay:
seconds: 180
- parallel:
- service: light.turn_on
data:
entity_id: light.sov_dor
xy_color: [0.60,0.40]
brightness: 100
transition: 180
- service: light.turn_on
data:
entity_id: light.sov_vindue
xy_color: [0.48,0.40]
brightness: 100
transition: 180