Notification if a integration is broke down

Hi,
I have termostat with toon. (dutch)
have a automation running that the tempature of the living room will go to 15 degrees at some time.
But the problem is that the integration will go offline, or broke down.
so the heating will stay on all night!!
Need to delete the intergration and log in again and everything is up and running.
But that is isseu for another tropic.

I would like to get a notification on my mobile when a intergration is broke down.
so i need manualy turn off the termostat or fix the intergration.
Is there a blueprint for something like that?

Will that thermostat entity become unavailable when integration gets broken?

I am using watchman custom integration to track unavailable entities

The connection with Toon is disconnected and won’t connect automatically.
Must manuely delete connection and reconnect (with login)
It’s a toon server issue I think. There are more topics on the forum for this isseu

so, reloading the integration is not solving the issue, you have to delete and reconnect, right?

Correct!
Don’t need to uninstall the integration and install.
Just like you say.
Delete the connection and login again.

Back to the main quastion :wink:

How to get a message (mobile notification) when a intergration is down.

back to my first question, if entity is going to unavaiable, setup an automation to message yourself for unavailable state.

if it is not going into unavailable, there is no generic solution.

alias: "Reload alexa integration after restart "
description: ""
triggers:
  - trigger: state
    entity_id:
      - media_player.bedroom_echo_dot
    to: unavailable
actions:
  - metadata: {}
    data: {}
    target:
      entity_id: media_player.bedroom_echo_dot
    action: homeassistant.reload_config_entry
mode: single

Hi, for you info,

just found this on Hacs, this will solve the problem.