0.46.1 not available via upgrade

HASS home page shows that 0.46.1 is available. But pypi shows 0.46 as latest version. 0.46.1 was not pushed yet?

Sometimes, if a update addresses just some users, it will not become pushed to pypy (to be available at pip3ā€¦). At the first time i wondered about it, too :smiley:
I found a nice sensor in the gitter-chatroom back then to show the latest available version:

sensor:
    - platform: rest
      resource: https://pypi.python.org/pypi/homeassistant/json
      name: HA Current Version
      value_template: '{{ value_json.info.version }}'
      scan_interval: 3600
1 Like

I noticed the same thing today. I was running 0.45.1 and, after upgrading, Iā€™m now running 0.46 eventhough 0.46.1 should be available.

not available on my AIO install either ā€¦ not sure why that is though ā€¦

Nice - thanks.

I was using a scrape sensor to get the latest version as displayed on the HA website, but as per this thread this is the second time in a few weeks where the version number on the website isnā€™t obtainable. This sensor is a much better way to do it, cheers :thumbsup:

I added a sensor for the current installed version, too. And if the available and the installed versions doesn`t match, i get a notificatoion on my phone :smiley:

nice script, this data should be available thorugh the updater component aswell, havenā€™t had a chance to test it yet though, +0.46.1 is not available for me either. How long does this usually take?

config:
updater:

Automation:
- alias: ā€˜Update Available Notificationsā€™
trigger:
platform: state
entity_id: updater.updater
action:
service: persistent_notification.create
data:
message: ā€˜Update for Home Assistant is available.ā€™

I implemented my sensor because the updater never told me that an update is available and i have HA since version 0.36. But i restart the homeassistant very often actually, maybe it checks every 24 hours or sth like that.

Thanks for the sensor, I have implemented updater at least one year ago and it gave me maximum 10 notifications since then :smiley: ā€¦ I did not think of a sensor to check it instead, will definetely give it a try !

@PatteWi, I think you need to set up some kind of automation for it to tell youā€¦

I have the same problem, hassbian install

IĀ“ve seen installations with a ā€œupdate availableā€-badge at the top of the home-view and there was definitely no automation

Here is some description about whats going on with the updater and the notifys.
Either the devs forgot it, or they are waiting for any major bugs to be found.
I assume the first. :slight_smile:

Definitely the first - I asked in gitter about it and the response was: ā€œoops forgotā€. :stuck_out_tongue: