Files
N22/include/scripts/sunrise.yaml
T
2023-01-15 08:55:42 +01:00

33 lines
715 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: 600
- delay:
seconds: 600
- service: light.turn_on
data:
entity_id: light.sov_midt
xy_color: [0.60,0.40]
brightness: 170
transition: 600
- delay:
seconds: 600
- service: light.turn_on
data:
entity_id: light.sov_midt
xy_color: [0.48,0.40]
brightness: 255
transition: 600