Sensor image version raspberrypi4

Hey everyone,

I am working on my automations and one of them it so alert me when there’s a new version of hassio available for my raspberry pi 4. On the home-assistant website it talks about:

But when i put that in my config, home assistant says on a check that it’s not a valid entry. When I change it to raspberrypi3, no errors. Is it because the image is currently RC state still?

It looks like Pi4 isn’t supported yet for the version sensor.

To pull the local version (version you are running) see below.

To pull the latest available version see my github link below. I confirmed the source used contains the Pi4 options.

1 Like

Thanks for your feedback. That json file on amazon cloud, is that hosted and maintained by you? Or is that the “official” home assistant json file?

That is maintained by Home Assistant. I pulled it in the past from the Hassio system log. In going to check this and show that was the case, it looks like Hassio now references https://version.home-assistant.io/stable.json to look for updates. The output appears to be the same.

1 Like

Have the same problem. The docs state that raspberrypi4 is a valid option(https://www.home-assistant.io/integrations/version/#supported-images-for-hassio-and-docker) but if you look at the python package it isn’t included https://github.com/ludeeus/pyhaversion/blob/39fe96c46eca277fbea723103b8b13b4ce4f41a8/pyhaversion/consts.py.
I’m going to create a ticket for the python package

1 Like

Let me know when the issue is raised @Sennevds

I’ve created a pull request to the repo. Will let you know if it’s integrated

1 Like

@ludeeus just merged my pr. It will probably be fixed in the next release off home-assistant( I will check if there’s a PR in the GitHub repo of Hass otherwise I will make it)

1 Like