24 lines
683 B
YAML
24 lines
683 B
YAML
|
- id: f1-automation
|
||
|
alias: '[F1] Automation'
|
||
|
mode: single
|
||
|
trigger:
|
||
|
- platform: state
|
||
|
entity_id: calendar.2021_fia_formula_one_world_championship_race_calendar
|
||
|
to: 'on'
|
||
|
action:
|
||
|
- service: media_player.play_media
|
||
|
data:
|
||
|
media_content_id: https://open.spotify.com/track/5r7egnfTIQjaKSGREhIky9?si=688bbc2db49a4980
|
||
|
media_content_type: music
|
||
|
target:
|
||
|
entity_id: media_player.living_room
|
||
|
- service: sonos.join
|
||
|
data:
|
||
|
master: media_player.living_room
|
||
|
entity_id: media_player.bedroom
|
||
|
- service: sonos.join
|
||
|
data:
|
||
|
master: media_player.living_room
|
||
|
entity_id: media_player.bathroom
|
||
|
|