242 lines
5.5 KiB
YAML
242 lines
5.5 KiB
YAML
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: 300
|
|
- delay: "00:05:00"
|
|
- service: light.turn_off
|
|
target:
|
|
entity_id: light.bedroom
|
|
data:
|
|
transition: 5
|
|
|
|
bed_standard_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Gold'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Gold'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_valentine_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Crimson'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Crimson'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_mardi_gras_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Purple'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Green'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_pi_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
rgb_color: [3,14,159]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [3,14,159]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_st_patty_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Green'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Green'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_easter_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Yellow'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [255,193,204]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_starwars_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
rgb_color: [204,0,0]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [245,245,245]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_cinco_de_mayo_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
rgb_color: [204,0,0]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [245,245,245]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_mothers_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
rgb_color: [244,187,255]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [244,187,255]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_fathers_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Orange'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Blue'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_halloween_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
rgb_color: [96,0,128]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
rgb_color: [235,97,35]
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_thanksgiving_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Orange'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Orange'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_christmas_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Red'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Green'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|
|
bed_new_years_day_colors:
|
|
sequence:
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.anne
|
|
color_name: 'Blue'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.claus
|
|
color_name: 'Yellow'
|
|
brightness_pct: 80
|
|
transition: 900
|
|
|