Hive-Custom-Component icon indicating copy to clipboard operation
Hive-Custom-Component copied to clipboard

[BUG]

Open Gazoonky opened this issue 10 months ago • 1 comments

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

Gazoonky avatar Feb 12 '25 21:02 Gazoonky

I'm getting the same...

And it's delaying HA startup until it times out...

mikeh2010 avatar Feb 15 '25 10:02 mikeh2010

Fix in 2025.11.0

KJonline avatar Nov 09 '25 12:11 KJonline