Hi
I have run HA on Hassbian(base on Raspian). Is any chance to add info and button to update HA to latest version as it is in HASS.IO version ?
Now i have version 0.63.3 and on github i see that is available version 0.64.0
I want update to this but i dont see option in frontend to update.
The easiest way is still to ssh in and change/activate the venv and do
pip3 install --upgrade homeassistant
or use fabric…
To upgrade HASS with fabric:
Login to Raspberry Pi ssh pi@your_raspberry_pi_ip
Change to
cd ~/fabric-home-assistant
fab upgrade_homeassistant