gody01 / ecovent_v2

Home Assistant Integration for EcoVent VENTO Expert A50/80/100 Fans
GNU General Public License v2.0
37 stars 11 forks source link

Humidy Threshold creates errors trouble in newest HA #21

Closed AndyNew2 closed 11 months ago

AndyNew2 commented 11 months ago

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...

gody01 commented 11 months ago

Thank You for report.< It should be fixed in 1.0.1.

AndyNew2 commented 11 months ago

Great fixed. Tried 1.0.1 and everything fine now. You can close the issue.