Hi thanks very much for this watchdog, I’m going to try it out. I’m currently using the systemd instructions that are in the docs here:
I have a few quick questions when using this component, is the best way to restart HA to simply run:
sudo systemctl restart hass.service
Also when upgrading HA to a different version, I guess this service should be stopped first? Is something like this OK:
sudo systemctl stop hass.service
cd homeassistant
source bin/activate
python3 -m pip install --upgrade homeassistant
deactivate
sudo systemctl start hass.service