#Auto-Restart of Integration in case of error?
1 messages · Page 1 of 1 (latest)
could have automation that runs once a minute or something
have a condition that checks if your entity is unknown/unavailable or whatever the failure mode is
then can reload it with the action
homeassistant.reload_config_entry
Ideally, you'd file an issue in GitHub