core: New binary_sensor.updater doesn't work

Home Assistant release with the issue:

0.98

Last working Home Assistant release (if known): None (new component).

Operating environment (Hass.io/Docker/Windows/etc.):

Hass.io / Docker / Raspbian Buster

Component/platform:

https://www.home-assistant.io/docs/backend/updater/

Description of problem: Updater sensor shows that newest version is 0.98, while version component shows 0.98.1 as newest one (see screenshot). The sensor has ‘off’ value, of course.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

updater:

Traceback (if applicable): Screen Shot 2019-08-30 at 16 41 46

Screen Shot 2019-08-30 at 16 41 16

Additional information:

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 27 (15 by maintainers)

Most upvoted comments

@Nihvel No need to use so custom approach, just use standard HA component:

  - platform: version 
    name: Current HA version
    source: local
  - platform: version 
    name: Last HA version
    source: hassio

It’s manual right now, but that’s because it was recently migrated and the automatic version updater based on https://www.home-assistant.io/version.json has been lost. Added it back to to do list.

It seems that this sensor was somebody’s good idea but nobody wants to implement it.