py-smart-gardena / hass-gardena-smart-system

Home Assistant custom component integration for Gardena Smart System
Apache License 2.0
208 stars 53 forks source link

Detected that custom integration 'gardena_smart_system' calls async_forward_entry_setup #217

Open mike4001 opened 2 months ago

mike4001 commented 2 months ago

Hi

Todays update of Home Assistant 2024.7.0 shows the following error for the integration in the protocolls.

Detected that custom integration 'gardena_smart_system' calls async_forward_entry_setup for integration, gardena_smart_system with title: and entry_id: 726336d5be50ca9990980d284c171324, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/gardena_smart_system/__init__.py, line 65: hass.async_create_task(, please create a bug report at https://github.com/py-smart-gardena/hass-gardena-smart-system/issues

JTT22 commented 1 month ago

Can this be easily fixed to get rid of the error log spamming

mike4001 commented 1 month ago

Now the update to HA 2024.8

And it changed to: "This will stop working in Home Assistant 2025.1"

So I assume the integration will cease working in 5 months ...

rmettier commented 4 weeks ago

Slightly different warning after the latest HA upgrade:

`Logger: homeassistant.helpers.entity Source: helpers/entity.py:1637 First occurred: 4:27:42 PM (1 occurrences) Last logged: 4:27:42 PM

Entity None (<class 'custom_components.gardena_smart_system.vacuum.GardenaSmartMower'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <VacuumEntityFeature.STOP|RETURN_HOME|BATTERY|STATE|START: 12376>, please create a bug report at https://github.com/py-smart-gardena/hass-gardena-smart-system/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation`

JTT22 commented 3 weeks ago

when will this be pushed live?

Kugelfang666 commented 2 weeks ago

... probably never... this integration seems abandoned. The only chance I see is if someone creates a fork and starts merging PRs

https://github.com/py-smart-gardena/hass-gardena-smart-system/issues/215

HansWegman commented 2 weeks ago

Same problem here....

grm commented 1 week ago

I just merged the opened PR in the 1.1.1-rc4 version which should solved the issue.

Thanks for the contribution !

Fingers crossed, please let me know.