#I have a few integration that rely on

1 messages · Page 1 of 1 (latest)

covert nova
#

You can set up automation that checks if they are operational and reload the integration if they are not. I do this dynamically for quite a few integrations that will change over time - like Plex when I shut down all my Plex drives and don't want my Plex integration complaining in HA.

homeassistant.reload_config_entry is one of serveral services, depending on your need.

#

You can link this to when your internet comes online (i.e., via a ping sensor to know)

stray wave
#

Ah I didn't know there was a service for that, thank you!

#

Any idea how I would check the integration status through Node Red?

#

Calling the service after would be easy

hollow pilot
#

you can't check integration status

covert nova
#

I'm not much of a node red guy, but a simple ping sensor status would be what I would focus on, much more "intelligent" - you know when the internet is up or down, which is the thrust of what you need