#is there a way to automate a reload of
1 messages ยท Page 1 of 1 (latest)
Service homeassistant.reload_config_entry
But the underlying issue should be resolved, not the symptom
Okay I have just created an automation looks like the first tests work.
Automation:
State changes -> select entity
I have set the attribute to 'Unavailable'
And if:
Entity: same entity
State: Unavailable
Then do:
service: MQTT: Reload```
I have simply tested it by disconnecting the device and restarting the MQTT so the states appears as `Unavailable`. After it connecting again I am able to detect the stuff
Should I set that as an automation proccess ?
No, you should fix the problem itself
I dont quite get it. Where should I add then that line?
That is a service, you can call to reload a config entry. But that is not a proper solution.
Ah okay okay. Thx ๐