Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

hass.helpers.aiohttp_client will be depracated in HA 2024.11 / async_forward_entry_setup in 2025.6 and more #59

Open
geeForceOne opened this issue Oct 5, 2024 · 0 comments

Comments

@geeForceOne
Copy link

geeForceOne commented Oct 5, 2024

Hi @GuySie

Not sure if you are aware of this:

Detected that custom integration 'meural' 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/meural/init.py, line 41: hass.helpers.aiohttp_client.async_get_clientsession()

Detected that custom integration 'meural' calls async_forward_entry_setup for integration, meural with title:
xxx@protonmail.com and entry_id: xxx, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/meural/init.py, line 45: hass.async_create_task

MEDIA_CLASS_DIRECTORY was used from meural, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaClass.DIRECTORY instead, please report it to the author of the 'meural' custom integration
MEDIA_TYPE_IMAGE was used from meural, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaType.IMAGE instead, please report it to the author of the 'meural' custom integration
MEDIA_TYPE_PLAYLIST was used from meural, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaType.PLAYLIST instead, please report it to the author of the 'meural' custom integration

@geeForceOne geeForceOne changed the title hass.helpers.aiohttp_client will be depracated in HA 2024.11 hass.helpers.aiohttp_client will be depracated in HA 2024.11 / async_forward_entry_setup in 2025.6 Oct 5, 2024
@geeForceOne geeForceOne changed the title hass.helpers.aiohttp_client will be depracated in HA 2024.11 / async_forward_entry_setup in 2025.6 hass.helpers.aiohttp_client will be depracated in HA 2024.11 / async_forward_entry_setup in 2025.6 and more Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant