Closed clowncracker closed 1 month ago
Chiming in to say that I’m experiencing a similar issue, and my SmartHQ app can’t connect to the server (which is likely causing the HA integration issue)
I found this in logs. Looks like the code needs to be updated. Anyone able to do so??
Detected that custom integration 'ge_home' calls async_forward_entry_setup for integration, ge_home with title: EMAIL@EMAIL and entry_id: UIDUIDUIDUID, 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: self.hass.async_create_task(, please report it to the author of the 'ge_home' custom integration
Looks like replacing async_forward_entry_setup
with async_forward_entry_setups
in the relevant part of the code would resolve it
Getting the same issue here, on both HA and the SmartHQ app.
Also having the same issue
Add me to the list, same issue
I also am experiencing issues since this morning
Since the SmartHQ app is also experiencing the same my guess is that the issue is on the RESTful endpoint side and not with the integration. Just my two cents.
I'm not having issues with the app, but I am having issues getting it working in Home Assistant.
I just reloaded and it works for me now. I assume it was an error on their end.
Ever since I restarted my server today, I've run into the following issue:
I followed the steps here: https://github.com/simbaja/ha_gehome/issues/183
I can no longer enter my credentials. I get a Failed to connect message as soon as I enter them.