-
Notifications
You must be signed in to change notification settings - Fork 45
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
device_registry.async_get_or_create
referencing a non existing `via_device
#551
Comments
`Logger: homeassistant.helpers.frame Detected that custom integration 'wiser' calls |
…nc_get_or_create` referencing a non existing `via_device #551
@msp1974 just tried the code update, but still getting...
manually changed the code in changed to:
|
After HACS update and restart Source: helpers/frame.py:324 Detected that custom integration 'wiser' calls |
@msp1974 after 2nd restart of HA, the error has gone, so your fix does seem to fix the issue. |
Yes I had the same experience. Not sure why but probably to do with when the device gets updated versus when entities created. |
@toto25550 , this is not yet released, o ly in dev so will not be implemented via HACs update until it is released. |
Same problem as reported by OP in my logs. Logger: homeassistant.helpers.frame Detected that custom integration 'wiser' calls |
Updated to core 2025.1.2 this afternoon and got the following log messages: Logger: homeassistant.helpers.frame Detected code that calls and: Logger: homeassistant.helpers.frame Detected that custom integration 'wiser' calls |
Hello,
See log
Detected code that calls
device_registry.async_get_or_create
referencing a non existingvia_device
('wiser', 'WiserHeat04D7C5'), with device info: {'identifiers': {('wiser', 'WiserHeat04D7C5 Wiser Chambre Eva')}, 'manufacturer': 'Drayton Wiser', 'model': 'Room', 'name': 'Wiser Chambre Eva', 'via_device': ('wiser', 'WiserHeat04D7C5')}. This will stop working in Home Assistant 2025.12.0, please report this issueRegards
The text was updated successfully, but these errors were encountered: