Since about a month (started already at 0.95x) the sensor informing about available updates dissapeared.
It used to notify every time a new version was available.
I am running HA on a synology docker image.
thanks
Since about a month (started already at 0.95x) the sensor informing about available updates dissapeared.
It used to notify every time a new version was available.
I am running HA on a synology docker image.
thanks
I’m surprised that it worked for you as long as it did. Mine stopped working a year ago right after I switched to running HA in Docker.
I use my own sensor for seeing updates now.
sensor:
- platform: scrape
resource: https://www.home-assistant.io
name: HA Online Version
select: ".current-version h1"
value_template: '{{ value.split(":")[1] }}'
Thanks for the tip. Ive implemented and will have to wait for that an update is available again in order to test.