This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/DJ-JupiterOne on 2024-09-06 02:31:36+00:00.


I have an automation that, after setting the alarm, it raises the volume of the HomePod, plays a file (“The security system has been armed”) and then lowers the volume again. This has been working for several weeks and then today I upgraded to HA Core 2024.9.0. When I set the alarm this evening, the alarm got set, but no voice made the announcement. When I rolled back to yesterday’s backup, it worked normally again. I didn’t see anything in the release notes that would have caused this to break. Anyone experiencing anything similar with the action media_player.play_media? This is the UI screen shot and the YAML of my “Then do”

action:
  - action: alarm_control_panel.alarm_arm_night
    metadata: {}
    data: {}
    target:
      device_id: 1922dc1be6dda1ca801b3a28d9d77bff
  - action: media_player.volume_set
    metadata: {}
    data:
      volume_level: 0.7
    target:
      device_id: ab5277797ac3baa8e92217bc48ba7914
  - action: media_player.play_media
    target:
      entity_id: media_player.homepod_right
    data:
      media_content_id: media-source://media_source/local/armed.mp3
      media_content_type: audio/mpeg
    metadata:
      title: armed.mp3
      thumbnail: null
      media_class: music
      children_media_class: null
      navigateIds:
        - {}
        - media_content_type: app
          media_content_id: media-source://media_source
  - action: media_player.volume_set
    metadata: {}
    data:
      volume_level: 0.5
    target:
      device_id: ab5277797ac3baa8e92217bc48ba7914