maheus / fumis_integration

Homeassistant Fumis Integration
10 stars 3 forks source link

Deprecated constants #16

Open adrien-parasote opened 1 day ago

adrien-parasote commented 1 day ago

Hello guys,

First of all thanks for the integration ^^ everything is working fine. However, the following warnings/errors were raised in HA logs so I put them here for reporting and hopefully you can take them into account for the next component version.

Warnings: deprecated constant which will be removed in HA Core 2025.1

Async call function Detected that custom integration 'fumis' calls async_forward_entry_setup for integration which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/fumis/init.py, line 97: hass.async_create_task(

maheus commented 1 day ago

Hello,

Yes i know, thanks for this issue. I will take care of it as soon as possible.

adrien-parasote commented 1 day ago

No worry we still have time until 2025.1 ^^ I’ve python background but unfortunatly no time yet to setup env, perform dev, test then PR. However if i can help just tell me.