2021-01-07 01:52:50 +00:00
|
|
|
- id: alarm-automation
|
2021-01-11 02:11:14 +00:00
|
|
|
alias: '[Alarm] Wakeup automation'
|
2020-11-03 23:55:41 +00:00
|
|
|
trigger:
|
2021-07-26 16:45:55 +00:00
|
|
|
- platform: state
|
|
|
|
entity_id: calendar.automations_wakeup
|
|
|
|
to: 'on'
|
2020-11-03 23:55:41 +00:00
|
|
|
action:
|
2021-08-11 21:54:11 +00:00
|
|
|
- service: script.good_morning
|
2021-09-22 00:18:32 +00:00
|
|
|
- delay:
|
|
|
|
minutes: 30
|
2020-11-03 23:55:41 +00:00
|
|
|
- service: media_player.volume_set
|
|
|
|
data:
|
|
|
|
volume_level: 0.1
|
2021-03-21 22:40:28 +00:00
|
|
|
entity_id: media_player.bedroom
|
2021-09-22 00:18:32 +00:00
|
|
|
- delay: '10'
|
2021-03-21 22:40:28 +00:00
|
|
|
- service: media_player.play_media
|
2020-12-06 18:11:06 +00:00
|
|
|
data:
|
2021-03-21 22:40:28 +00:00
|
|
|
entity_id: media_player.bedroom
|
|
|
|
media_content_id: 'https://open.spotify.com/playlist/3Qu9kE0ivJIkn76pxTLMFe'
|
|
|
|
media_content_type: music
|
2021-01-07 01:52:50 +00:00
|
|
|
mode: single
|