rewardone / homeassistant-culligan-water-softener

Home Assistant specific integration for Culligan Water Softeners
MIT License
3 stars 1 forks source link

async_forward_entry_setup deprecated #10

Closed cpettis closed 3 weeks ago

cpettis commented 1 month ago

Logger: homeassistant.helpers.frame Source: helpers/frame.py:188 First occurred: 11:26:55 AM (2 occurrences) Last logged: 11:26:58 AM

Detected that custom integration 'culligan' calls async_forward_entry_setup for integration, culligan with title: Culligan - and entry_id: 5741210006cdfedfa7893de64904c8aa, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/culligan/init.py, line 160: await hass.config_entries.async_forward_entry_setup(config_entry, platform), please create a bug report at https://github.com/rewardone/homeassistant-culligan-water-softener/issues

rewardone commented 1 month ago

@cpettis please update the integration to 1.3.3. When tested on my instance, adding await stopped the error from reappearing.

1.3.3

cpettis commented 1 month ago

I am on 1.3.3. I restarted home assistant and the error is still there.

rewardone commented 3 weeks ago

Appreciate the report cpettis, 1.3.4 should fix. HACS should push it out on the next refresh.

I'll close this for now, but we can re-open if it reappears.