1
0
ansible-home-assistant/configuration/automations/f1.yaml

30 lines
831 B
YAML
Raw Normal View History

2021-12-12 22:21:57 +00:00
- id: f1-automation
alias: '[F1] Automation'
mode: single
trigger:
2022-07-10 10:34:59 +00:00
- platform: calendar
event: start
offset: '-0:05:0'
2021-12-12 22:21:57 +00:00
entity_id: calendar.2021_fia_formula_one_world_championship_race_calendar
2022-06-05 23:27:38 +00:00
condition:
- condition: state
entity_id: input_select.home_mode
state: Day
2021-12-12 22:21:57 +00:00
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
- service: sonos.join
data:
2021-12-12 22:39:41 +00:00
master: media_player.bedroom
2021-12-12 22:21:57 +00:00
entity_id: media_player.bathroom
- service: script.tv_f1tv
- delay: '0:05:00'
- service: sonos.unjoin
data: { }
target:
entity_id: media_player.bathroom