home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.19k stars 31.16k forks source link

HomePod not working #132230

Open firefoxcrc opened 12 hours ago

firefoxcrc commented 12 hours ago

The problem

I just noticed today that my HomePod does not announce alerts anymore. I don't know when this started but my tts_say's from my automations are no longer playing. This device comes with 2 entities, for some reason - a Remote entity and Media Player entity. In my automations, I always have to turn on the Remote to play any media to the HomePod. I tried turning ON the Remote manually (from the Developer) but it refuses to turn itself ON.

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Apple TV

Link to integration documentation on our website

https://www.home-assistant.io/integrations/apple_tv

Diagnostics information

No response

Example YAML snippet

alias: test play media
description: ""
triggers: []
conditions: []
actions:
  - action: media_player.turn_on
    metadata: {}
    data: {}
    target:
      entity_id: media_player.homepod
  - metadata: {}
    data:
      volume_level: 0.64
    target:
      entity_id: media_player.homepod
    action: media_player.volume_set
  - metadata:
      title: quando-quando-quando.mp3
      thumbnail: null
      media_class: music
      children_media_class: null
      navigateIds:
        - {}
        - media_content_type: app
          media_content_id: media-source://media_source
        - media_content_type: ""
          media_content_id: media-source://media_source/local/SHARE
    data:
      media_content_id: media-source://media_source/local/SHARE/quando-quando-quando.mp3
      media_content_type: audio/mpeg
    target:
      entity_id: media_player.homepod
    action: media_player.play_media
mode: single

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 12 hours ago

Hey there @postlund, mind taking a look at this issue as it has been labeled with an integration (apple_tv) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `apple_tv` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign apple_tv` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


apple_tv documentation apple_tv source (message by IssueLinks)