Since HA Upgrade to 2023.11.2 I have an error log when starting HA (this was not the case before)
2023-11-25 17:02:40.704 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform ecovent_v2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 752, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1021, in add_to_platform_finish
await self.async_internal_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 279, in async_internal_added_to_hass
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.blauberglufter_og_humidity_threshold cannot be added as the entity category is set to config
Something changed in HA and needs adaption in the integration. So far the integrations runs OK for me...
Since HA Upgrade to 2023.11.2 I have an error log when starting HA (this was not the case before)
2023-11-25 17:02:40.704 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform ecovent_v2 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 752, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1021, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 279, in async_internal_added_to_hass raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: Entity sensor.blauberglufter_og_humidity_threshold cannot be added as the entity category is set to config
Something changed in HA and needs adaption in the integration. So far the integrations runs OK for me...