Update and checking available version

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

You have to make your own.

Have a look at my maintenance packageā€¦

My maintenance package