Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomePod not working #132230

Open
firefoxcrc opened this issue Dec 4, 2024 · 2 comments
Open

HomePod not working #132230

firefoxcrc opened this issue Dec 4, 2024 · 2 comments

Comments

@firefoxcrc
Copy link

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
Copy link

home-assistant bot commented Dec 4, 2024

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)

@firefoxcrc
Copy link
Author

Please disregard! I deleted and re-added the apple_tv integration and HomePod is working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant