TobiasLaross / Hass-Lynk-Co

Home Assistant integration for Lynk & Co
MIT License
37 stars 1 forks source link

Deprecated use of hass.helpers.aiohttp_client #47

Closed TobiasLaross closed 1 week ago

TobiasLaross commented 5 months ago

2024-07-01 15:51:29.798 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'lynkco' accesses hass.helpers.aiohttp_client. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from aiohttp_client directly at custom_components/lynkco/config_flow.py, line 64: session = self.hass.helpers.aiohttp_client.async_get_clientsession()