33 lines
971 B
YAML
33 lines
971 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.bedroom
|
|
- choose:
|
|
- conditions:
|
|
- condition: not
|
|
conditions:
|
|
- condition: state
|
|
entity_id: media_player.living_room
|
|
state: TV
|
|
attribute: source
|
|
sequence:
|
|
- service: sonos.join
|
|
data:
|
|
master: media_player.bedroom
|
|
entity_id: media_player.living_room
|
|
- service: sonos.join
|
|
data:
|
|
master: media_player.bedroom
|
|
entity_id: media_player.bathroom
|
|
|