simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
331 stars 78 forks source link

Detected that custom integration 'ge_home' calls async_forward_entry_setup for integration #290

Open danielgoepp opened 3 days ago

danielgoepp commented 3 days ago

There was an issue on this, #271 however it was marked closed. I'm still seeing this as of v0.6.12 on 2024.9.3, so I do not believe this issue is actually resolved.

2024-09-26 04:43:56.357 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ge_home' calls async_forward_entry_setup for integration, ge_home with title: d***n@g***p.com and entry_id: ***, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/ge_home/update_coordinator.py, line 180: await self.hass.config_entries.async_forward_entry_setup(, please report it to the author of the 'ge_home' custom integration
wtadler commented 3 days ago

That's right. This was not the correct fix. #273 has the correct fix.