GuySie / ha-meural

Integration for NETGEAR Meural Canvas digital art frame in Home Assistant
MIT License
57 stars 11 forks source link

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

Open geeForceOne opened 1 month ago

geeForceOne commented 1 month ago

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