Hass.io Updates

Having a great time with hass.io thanks! Everything works. But am I up-to-date?

According to the ‘About’ page on my install, I am using version 0.52.1

As far as I can see from the hass.io announcement page the lastest is 0.60

From the hassio ssh tool I get this:

core-ssh:~# hassio homeassistant update
{
“result”: “error”,
“message”: “Version 0.52.1 is already in use”
}
core-ssh:~# hassio host update
{
“result”: “error”,
“message”: “Version 1.0 is already in use”
}
core-ssh:~# hassio supervisor update
{
“result”: “error”,
“message”: “Version 0.60 is already in use”
}
core-ssh:~#

Am I doing something wrong? How can I update?

Many Thanks

So… is the hass.io version the hassio supervisor version?

If so, where can I read the latest version of hassio-homeassistant other than the cli, is there a page?

Happy to be lagging the main release for the connivance of hass.io, but would be nice to know the road map.

Thanks

There seems to be a 0.53 Version available now… but i also am not able to install it… it always says: Version 0.52.1 is already in use

Maybe Hass.io was not updated yet to 0.53

For the obsessive compulsive like me :grin: you can check on the Hassio github page https://github.com/home-assistant/hassio when the new Home Assistant version is available (look up for changes in the version.json file).

As soon as it changes, you can reboot Hassio to force the version check and the Update button will appear.

1 Like

Thanks.

FYI to anyone out there; update is out. If you do not see it right now, hit reload on Supervisor in the hass.io control panel and you will get it.

Thanks everyone. I understand what is happening.

In an attempt to be proactive and do something about this, I have created a PR for the page that talks about updating Home Assistant designed to let Hass.io users know what’s happening.

https://github.com/home-assistant/home-assistant.github.io/pull/3348