Hi,
I’ve just installed the HA 0.19.4 version on Raspberry Pi (Raspbian Jessie Lite) using the All-in-one installer (worked without a hitch) and now I’m trying to upgrade to 0.20.1 using the instructions from https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/
o upgrade the All-In-One:
* Login to rPi ssh pi@IPADRESS
* Change to hass user sudo su -s /bin/bash hass
* Change to virtual enviroment source /srv/hass/hass_venv/bin/activate
* Update HA sudo pip3 install --upgrade homeassistant
Everything goes fine (no errors) but when I restart HA it’s still telling me I’m on 0.19.4
Here’s the excerpt from the API call:
config: {
components: [...],
latitude: ...,
location_name: "Domov",
longitude: ...,
temperature_unit: "°C",
time_zone: "Europe/Prague",
**version: "0.19.4"**
},
Any advice how I can force the upgrade to 0.20.1?
Thanks
T.