I have an idea of a light solution for the HASS restart problem: hass-tracker could periodically query an Uptime Sensor (ideally counting in minutes), and if the actual value is less than the last one got, then hass-tracker could do a synchronization.
This can be an optional thing in /etc/config/hass-tracker like:
option uptime_sensor 'sensor.uptime'
option uptime_check_interval '00:05'
I have an idea of a light solution for the HASS restart problem: hass-tracker could periodically query an Uptime Sensor (ideally counting in minutes), and if the actual value is less than the last one got, then hass-tracker could do a synchronization.
This can be an optional thing in
/etc/config/hass-trackerlike: