Update alarm clock
This commit is contained in:
parent
bef278053c
commit
de422347bf
@ -6,17 +6,13 @@
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: script.good_morning
|
- service: script.good_morning
|
||||||
- delay: '15'
|
- delay:
|
||||||
|
minutes: 30
|
||||||
- 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
|
||||||
- service: media_player.play_media
|
- delay: '10'
|
||||||
data:
|
|
||||||
media_content_id: media-source://media_source/local/wake-the-f-up-samurai-we-have-a-city-to-burn.mp3
|
|
||||||
media_content_type: music
|
|
||||||
entity_id: media_player.bedroom_speaker
|
|
||||||
- delay: '15'
|
|
||||||
- service: media_player.play_media
|
- service: media_player.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.bedroom
|
entity_id: media_player.bedroom
|
||||||
|
@ -58,6 +58,22 @@ good_night:
|
|||||||
good_morning:
|
good_morning:
|
||||||
alias: Good Morning
|
alias: Good Morning
|
||||||
sequence:
|
sequence:
|
||||||
|
- service: light.turn_on
|
||||||
|
data:
|
||||||
|
kelvin: 2000
|
||||||
|
brightness: 1
|
||||||
|
entity_id: light.bedroom_lights
|
||||||
|
- service: cover.set_cover_position
|
||||||
|
target:
|
||||||
|
entity_id: cover.living_room_blind
|
||||||
|
data:
|
||||||
|
position: 10
|
||||||
|
- service: light.turn_on
|
||||||
|
data:
|
||||||
|
kelvin: 5300
|
||||||
|
transition: 1800
|
||||||
|
brightness: 255
|
||||||
|
entity_id: light.bedroom_lights
|
||||||
- service: cover.open_cover
|
- service: cover.open_cover
|
||||||
entity_id:
|
entity_id:
|
||||||
- cover.bedroom_blinds
|
- cover.bedroom_blinds
|
||||||
@ -70,9 +86,7 @@ good_morning:
|
|||||||
option: Day
|
option: Day
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id:
|
entity_id: switch.computer_outlet
|
||||||
- switch.desk_motor_on_off
|
|
||||||
- switch.computer_outlet
|
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.mute_doorbell
|
entity_id: switch.mute_doorbell
|
||||||
mode: single
|
mode: single
|
||||||
|
Loading…
Reference in New Issue
Block a user