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

Roon integration "device_registry.async_get_or_create" #135485

Open
mattdevo1 opened this issue Jan 13, 2025 · 1 comment
Open

Roon integration "device_registry.async_get_or_create" #135485

mattdevo1 opened this issue Jan 13, 2025 · 1 comment
Assignees

Comments

@mattdevo1
Copy link

The problem

After upgrading the 2025.1, the following warnings are thrown in the log:

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:324
First occurred: 4:52:18 PM (2 occurrences)
Last logged: 4:52:18 PM

Detected that integration 'roon' calls device_registry.async_get_or_create referencing a non existing via_device ('roon', '79a80ce9-4e26-48df-8947-3ccd04358c0c'), with device info: {'identifiers': {('roon', 'roon_79a80ce9-4e26-48df-8947-3ccd04358c0c_Lounge Room Denon')}, 'manufacturer': 'RoonLabs', 'model': 'Denon AVR-X6800H (Denon AVR-X6800H)', 'name': 'Lounge Room Denon roon volume', 'via_device': ('roon', '79a80ce9-4e26-48df-8947-3ccd04358c0c')} at homeassistant/components/roon/event.py, line 36: async_add_entities([event_entity]). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+roon%22
Detected that integration 'roon' calls device_registry.async_get_or_create referencing a non existing via_device ('roon', '79a80ce9-4e26-48df-8947-3ccd04358c0c'), with device info: {'identifiers': {('roon', 'roon_79a80ce9-4e26-48df-8947-3ccd04358c0c_Lounge Room Denon')}, 'manufacturer': 'RoonLabs', 'model': 'Denon AVR-X6800H (Denon AVR-X6800H)', 'name': 'Lounge Room Denon', 'via_device': ('roon', '79a80ce9-4e26-48df-8947-3ccd04358c0c')} at homeassistant/components/roon/media_player.py, line 77: async_add_entities([media_player]). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+roon%22

What version of Home Assistant Core has the issue?

2025.1.2

What was the last working version of Home Assistant Core?

2024.12.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Roon

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

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

Code owner commands

Code owners of roon 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 roon 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)


roon documentation
roon source
(message by IssueLinks)

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

2 participants