audiconnect / audi_connect_ha

Adds an audi connect integration to home assistant
MIT License
215 stars 99 forks source link

Detected that custom integration 'audiconnect' calls async_forward_entry_setup for integration, #441

Open ngoduykhanh opened 2 weeks ago

ngoduykhanh commented 2 weeks ago

I am using Home Assistant v2024.7.0 on the container. With this integration usage, it is showing the following warning.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 09:25:36 (14 occurrences)
Last logged: 09:25:54

Detected that custom integration 'audiconnect' calls async_forward_entry_setup for integration, audiconnect with title: hidden@email.com and entry_id: ccf436e2e4b62b97cb09a8967dd385f3, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/audiconnect/audi_account.py, line 157: self.hass.async_create_task(, please create a bug report at https://github.com/audiconnect/audi_connect_ha/issues
Detected that custom integration 'audiconnect' calls async_forward_entry_setup for integration, audiconnect with title: hidden@email.com and entry_id: ccf436e2e4b62b97cb09a8967dd385f3, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/audiconnect/audi_account.py, line 162: self.hass.async_create_task(, please create a bug report at https://github.com/audiconnect/audi_connect_ha/issues
Detected that custom integration 'audiconnect' calls async_forward_entry_setup for integration, audiconnect with title: hidden@email.com and entry_id: ccf436e2e4b62b97cb09a8967dd385f3, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/audiconnect/audi_account.py, line 167: self.hass.async_create_task(, please create a bug report at https://github.com/audiconnect/audi_connect_ha/issues
Detected that custom integration 'audiconnect' calls async_forward_entry_setup for integration, audiconnect with title: hidden@email.com and entry_id: ccf436e2e4b62b97cb09a8967dd385f3, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/audiconnect/audi_account.py, line 172: self.hass.async_create_task(, please create a bug report at https://github.com/audiconnect/audi_connect_ha/issues
Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues

Is it a bug that we should fix?

Kolbi commented 1 week ago

Thanks for reporting, currently no bug but should be changed for the future.