1
0
ansible-home-assistant/configuration/automations/alarm-clock.yaml

22 lines
591 B
YAML

- id: alarm-automation
alias: '[Alarm] Wakeup automation'
trigger:
- platform: state
entity_id: calendar.automations_wakeup
to: 'on'
action:
- service: script.good_morning
- delay:
minutes: 30
- service: media_player.volume_set
data:
volume_level: 0.1
entity_id: media_player.bedroom
- delay: '10'
- service: media_player.play_media
data:
entity_id: media_player.bedroom
media_content_id: 'https://open.spotify.com/playlist/3Qu9kE0ivJIkn76pxTLMFe'
media_content_type: music
mode: single