simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration accesses hass.helpers.aiohttp_client - This is deprecated

danielgoepp opened this issue · comments

I didn't see another story on this one, but I figured you probably are already aware of this. I figure if we record an issue here then we could track it when resolved.

2024-05-07 06:53:54.850 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ge_home' 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/ge_home/update_coordinator.py, line 211: session = self.hass.helpers.aiohttp_client.async_get_clientsession(), please report it to the author of the 'ge_home' custom integration

Should be fixed in dev and will be in the next release, thanks for the heads up!