Hi there,
Since 2021.7 the Available Version sensor shows only “2021.7” (and not “2021.7.1” for example) for docker.
I am using the below sensors to determine if there is and update available and now HA always thinks that there is an update.
sensor:
- platform: version
name: HA Current Version
source: local
- platform: version
name: HA Available Version
source: container
image: default
beta: false
Any suggestions?