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
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
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
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
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 ā¦ I did not think of a sensor to check it instead, will definetely give it a try !
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.
Definitely the first - I asked in gitter about it and the response was: āoops forgotā.