Pause Playing Media During Calls

Automatically pause the playing media when you get a call!

This Blueprint has some requirements before it's useful:

Example on how an automation can be made from the blueprint in the UI
configuration.yaml
# 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