Am I the only one who has not had the updater.updater entity for some time now? I have not been receiving any notifications regarding new home-assistant releases so i double checked everything. My configuration.yaml file has the updater: entry but i don’t see it in my list of current entities. I also checked my logbook and don’t see any entries in there regarding new updates. I’m on 0.33.4 but am going to upgrade to .34 now and see if it comes back.
I lost updater notifications too…I believe it started with V 33.x. I’m now at 34.4 and no notifications. I did see this in the log: “homeassistant.components.updater: Got unexpected response: None” but don’t have a clue what it means.
Hey there, a friend of mine and myself are still having issues with the updater component. Apart from the fact that it’s not displayed in the dev-state overview I personally don’t receive any notifications (I’m using below Pushbullet automation) anymore. I’m running 0.42.3 now and the last notificatin I received was with 0.40.2. I’m pretty sure that it isn’t a Pushbullet problem since my other notification is working just fine.
- alias: 'Info wenn Update verfügbar'
trigger:
platform: state
entity_id: updater.updater
action:
service: notify.pushbullet
data_template:
message: "Home Assistant {{ states.updater.updater.state }} is now available"
Even at the time I was still receiving the notifications, it had one or two days more compared to when I read the announcement on HA main page. I just saw that a delay of some hours seems to be intended by the developer but everything beyond seems pretty delayed to me.
Does anyone else still have the same issue or can point me in the right direction? I did already try to use the search function and checked for any related issues on github.
Thanks!
PS: I love HA and want to give a huge THANKS to all the people behind it. Great work!!!
Make home great again!
- platform: command_line
command: python3 -c "import requests; print(requests.get('https://pypi.python.org/pypi/homeassistant/json').json()['info']['version'])"
name: Current HA Version
- alias: Update notification CMD
trigger:
- platform: state
entity_id: sensor.current_ha_version
action:
- service: notify.ios_my_phone
data_template:
title: "New Home Assistant Release"
message: "Home Assistant {{ states.sensor.current_ha_version.state }} is now available."