to the services.
At startup some integrations fail to initialize properly. Not sure why (might be timing issues due to a large instance).
However, clicking the reload in the UI integrations page is always very helpful
Would be nice if we could write a small script to do so, and click that from the Frontend. Without having to go into settings/integrations/select integration/options/reload…
Would this .reload service reload all integrations? I know that since 0.115, we have a lot more .reload services available.
What would also be a “nice to have” is an abstract integration.reload method that integrations could take advantage of to allow for various [integration].reload services to be available. I’m thinking along the same lines as how the unloading mechanism works today.
as I described it, it would reload per integration, as I would hope to be possible. surely the current option for reloading could be written into a service.
The introduction of this service would be wonderful. When restarting or rebooting the HA and operating some devices in Vera, these devices do not update in the HA. Following the path: “configuration / integrations / Vera / Menu / reload” the devices updated their status immediately in HA.
I like this idea. I was just searching to see if such a service existed and I had just missed it.
My Roomba integration seems to loose it’s connection, restarting the service settings/integrations/select integration/options/reload is an improvement over restarting the entire Home Assistant instance, but a service to automate the process via Alexa integration would be even better.
sure, we can manually update a few entities, but that’s hardly user-friendly nor possible in the case where the full integrations hasn’t initialized, and needs a reload.
I’m really interested in this. the DSMR integration hangs a lot due to a dropping tcp connection. A fix woulld be to force reconnection. A broken connection is easily recognizable as the integration would normally update with really regular intervals.
Right now there is a workaround that already kind of works like this. However it requires long lived access tokens and is pretty dirty:
I’m experiencing problems with my Tado integration. After a restart of home assistant core. My Tado sensors are up but my Tado climate devices are often unavailable. With a manual reload of the Tado integration this is fixed. I would be great that I can automate this.