When using the Restart Add-on action from Home Assistant Supervisor, what exactly does that do?
If the add-on isn’t started, will it start it?
If it’s already started, it should restart it right?
Is there a way to check the state of an add-on with the Home Assistant Supervisor?
I have an add-on that needs to be restarted after Home Assistant starts. This implies it’s already started.
I also have an automation that checks if one of my entities goes Unavailable. If so, it restarts the add-on. What I’m wondering is if restart is gonna do it. Should I start the add-on instead? It seems like if it goes Unavailable, then the add-on isn’t started in the first place.
Settings → Devices & Entities → Integration 'Home Assistant Supervisor → Entities → Filter by ‘running’. They are by default disabled, so you need to enable them
So I have to enable this entity, but once it’s enabled, I’ll finally know the running state! Woo :). That’s way better than guessing if one of the entities goes Unavailable, it’s probably stopped .