You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
It seems that the integration uses a type, which will be deprecated with HA 2025.5.
I'm getting a warning in my log.
Home assistant Log
Logger: homeassistant.helpers.typing
Quelle: helpers/deprecation.py:222
Erstmals aufgetreten: 16:08:28 (1 Vorkommnisse)
Zuletzt protokolliert: 16:08:28
HomeAssistantType was used from abfallplus, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'abfallplus' custom integration
It seems that the integration uses a type, which will be deprecated with HA 2025.5.
I'm getting a warning in my log.
Home assistant Log
Analysis
Probably this line has to be changed:
abfallplus/custom_components/abfallplus/sensor.py
Line 19 in db90926
to
from homeassistant.core import HomeAssistantand
abfallplus/custom_components/abfallplus/sensor.py
Line 95 in db90926
to
hass: HomeAssistant,