Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning log hass.helpers.aiohttp_client in 2024.11 #150

Open
jdahlgren opened this issue May 13, 2024 · 1 comment
Open

Deprecation warning log hass.helpers.aiohttp_client in 2024.11 #150

jdahlgren opened this issue May 13, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jdahlgren
Copy link

Got a warning log in my HA stating the following three

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:190
First occurred: 11:46:47 (3 occurrences)
Last logged: 11:47:05

Detected that custom integration 'babybuddy' 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/babybuddy/init.py, line 131: hass.helpers.aiohttp_client.async_get_clientsession(),, please create a bug report at https://github.com/jcgoette/baby_buddy_homeassistant/issues

@jcgoette
Copy link
Owner

Thanks! Leaving this here for future reference:

https://developers.home-assistant.io/blog/2024/03/30/deprecate-hass-helpers/

@jcgoette jcgoette added enhancement New feature or request good first issue Good for newcomers labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants