You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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 existingvia_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%22Detected that integration 'roon' calls
device_registry.async_get_or_create
referencing a non existingvia_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%22What 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
The text was updated successfully, but these errors were encountered: