weado
1
Hello,
Since the version 0.110, my sensor to show me the last version of HA available doesn’t work.
It was :
I’m looking for in the forum but I don’t find the information to update this information about the HA Version, and I don’t find it in my HA…
Could you help me ?
Thank you
Try https://version.home-assistant.io/stable.json
This is what the supervisor is looking at for version information.
you will need to change your value template to "{{ value_json.homeassistant.default }}"
Seems to be a server issue, the link give me:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Just an FYI, there’s also an OOTB version sensor that does this for you. Just include this in your configuration.yaml
sensor:
- platform: version
source: hassio
Although interestingly it looks like there’s a bug for sure. If you configure it like this:
sensor:
- platform: version
source: haio
It tries to use the URL https://www.home-assistant.io/version.json
and you get the same JSON parse error in the logs.