Add F1 automation
This commit is contained in:
parent
feab178361
commit
656cbe702a
23
configuration/automations/f1.yaml
Normal file
23
configuration/automations/f1.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user