Pause Playing Media During Calls
Automatically pause the playing media when you get a call!
URL to use for import in Home Assistant https://gist.github.com/ludeeus/58ab08b94424c12a8f911e932eb2f46a
This Blueprint has some requirements before it's useful:

Only entites can be used, if you select area or device you need to expand it untill you are left with only entites
# Example on how an automation can be made from the blueprint with YAML
automation pause_music_during_calls:
alias: Pause Spotify when my phone rings
use_blueprint:
path: ludeeus/pause_media_during_calls.yaml
input:
phone_state_sensor: sensor.sm_g973f_phone_state
media_player:
entity_id: media_player.spotify_joakim_sorensen
Last updated