HA: Instrucciones para actualizar la versión de Home Assistant
Instrucciones varias (gentileza de Lantzi):
PARAR, ARRANCAR, …
sudo systemctl stop home-assistant@homeassistant
sudo systemctl start home-assistant@homeassistant
sudo systemctl restart home-assistant@homeassistant
sudo systemctl status home-assistant@homeassistant -l
ACTUALIZACIÓN
sudo apt-get update
sudo apt-get upgrade
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant
[...]
Comentarios