Godnat: trin-for-trin daempning over 15 min (40->10->1->off)
This commit is contained in:
@@ -2,16 +2,32 @@ godnat_sovevaerelse:
|
||||
alias: Godnat - dæmp lys i soveværelse over 15 min
|
||||
mode: restart
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
data:
|
||||
brightness_pct: 40
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
data:
|
||||
brightness_pct: 10
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
data:
|
||||
brightness_pct: 1
|
||||
transition: 870
|
||||
- delay: "00:15:00"
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
data:
|
||||
transition: 5
|
||||
|
||||
bed_standard_colors:
|
||||
sequence:
|
||||
|
||||
Reference in New Issue
Block a user