[BUG]
Describe the bug Log errors requesting reporting of bug
**To reproduce Appears constantly
Expected behaviour No errors
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context Logger: homeassistant.helpers.frame Source: helpers/frame.py:324 First occurred: 21:28:28 (6 occurrences) Last logged: 21:28:35
Detected that integration 'hive' calls device_registry.async_get_or_create referencing a non existing via_device ('hive', 'xxxxxxxxxxxxx'), with device info: {'identifiers': {('hive', 'xxxxxxxxxxxxx')}, 'manufacturer': 'Computime', 'model': 'SLT6', 'name': 'Thermostat 1', 'sw_version': '01130203', 'via_device': ('hive', 'xxxxxxxxxxxxx')} at homeassistant/components/hive/binary_sensor.py, line 95: async_add_entities(sensors, True). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/Pyhass/Hive-Custom-Component/issues
Detected that integration 'hive' calls device_registry.async_get_or_create referencing a non existing via_device ('hive', 'xxxxxxxxxxxxx'), with device info: {'identifiers': {('hive', 'xxxxxxxxxxxxx')}, 'manufacturer': 'Computime', 'model': 'SLT6', 'name': 'Thermostat 1', 'sw_version': '01130203', 'via_device': ('hive', 'xxxxxxxxxxxxx')} at homeassistant/components/hive/climate.py, line 68: async_add_entities((HiveClimateEntity(hive, dev) for dev in devices), True). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/Pyhass/Hive-Custom-Component/issues
Detected that custom integration 'hive' calls device_registry.async_get_or_create referencing a non existing via_device ('hive', 'xxxxxxxxxxxxx'), with device info: {'identifiers': {('hive', 'xxxxxxxxxxxxx')}, 'manufacturer': 'Computime', 'model': 'SLT6', 'name': 'Thermostat 1', 'sw_version': '01130203', 'via_device': ('hive', 'xxxxxxxxxxxxx')} at custom_components/hive/sensor.py, line 97: async_add_entities(entities, True). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/Pyhass/Hive-Custom-Component/issues
Detected that integration 'hive' calls device_registry.async_get_or_create referencing a non existing via_device ('hive', 'xxxxxxxxxxxxx'), with device info: {'identifiers': {('hive', 'xxxxxxxxxxxxx')}, 'manufacturer': 'Computime', 'model': 'SLT6', 'name': 'Thermostat 1', 'sw_version': '01130203', 'via_device': ('hive', 'xxxxxxxxxxxxx')} at homeassistant/components/hive/switch.py, line 44: async_add_entities(. This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/Pyhass/Hive-Custom-Component/issues
Detected that integration 'hive' calls device_registry.async_get_or_create referencing a non existing via_device ('hive', 'xxxxxxxxxxxxx'), with device info: {'identifiers': {('hive', 'xxxxxxxxxxxxx')}, 'manufacturer': 'Computime', 'model': 'SLT6', 'name': 'Thermostat 1', 'sw_version': '01130203', 'via_device': ('hive', 'xxxxxxxxxxxxx')} at homeassistant/components/hive/water_heater.py, line 55: async_add_entities((HiveWaterHeater(hive, dev) for dev in devices), True). This will stop working in Home Assistant 2025.12.0, please create a bug report at https://github.com/Pyhass/Hive-Custom-Component/issues
I'm getting the same...
And it's delaying HA startup until it times out...
Fix in 2025.11.0