Update alarm clock
This commit is contained in:
parent
e5d145aed9
commit
b32ea71e3e
@ -14,30 +14,48 @@
|
|||||||
kelvin: 2000
|
kelvin: 2000
|
||||||
brightness: 1
|
brightness: 1
|
||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
- service: cover.set_cover_position
|
|
||||||
target:
|
|
||||||
entity_id: cover.bedroom_blinds
|
|
||||||
data:
|
|
||||||
position: 10
|
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
kelvin: 5300
|
kelvin: 5300
|
||||||
transition: 1800
|
transition: 1800
|
||||||
brightness: 255
|
brightness: 255
|
||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
- delay:
|
- service: light.turn_on
|
||||||
minutes: 30
|
data:
|
||||||
|
kelvin: 5300
|
||||||
|
transition: 1800
|
||||||
|
brightness: 255
|
||||||
|
entity_id: light.bed_lamp
|
||||||
|
- service: light.turn_on
|
||||||
|
data:
|
||||||
|
kelvin: 5300
|
||||||
|
transition: 1800
|
||||||
|
brightness: 255
|
||||||
|
entity_id: light.bed_lightstrip
|
||||||
|
- repeat:
|
||||||
|
count: 100
|
||||||
|
sequence:
|
||||||
|
- service: cover.set_cover_position
|
||||||
|
target:
|
||||||
|
entity_id: cover.bedroom_blinds
|
||||||
|
data:
|
||||||
|
position: "{{ repeat.count }}"
|
||||||
|
- delay:
|
||||||
|
seconds: 18
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data:
|
data:
|
||||||
volume_level: 0.1
|
volume_level: 0.1
|
||||||
entity_id: media_player.bedroom
|
entity_id: media_player.bedroom
|
||||||
- delay: '10'
|
- delay:
|
||||||
|
seconds: 10
|
||||||
- service: media_player.play_media
|
- service: media_player.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.bedroom
|
entity_id: media_player.bedroom
|
||||||
media_content_id: 'https://open.spotify.com/playlist/3Qu9kE0ivJIkn76pxTLMFe'
|
media_content_id: 'https://open.spotify.com/playlist/3Qu9kE0ivJIkn76pxTLMFe'
|
||||||
media_content_type: music
|
media_content_type: music
|
||||||
- service: script.good_morning
|
- service: script.good_morning
|
||||||
|
- delay:
|
||||||
|
minutes: 30
|
||||||
- service: automation.turn_on
|
- service: automation.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user