@FutureTense wrote:
I have in my yaml the following sensors defined
- platform: version name: Current Version source: local - platform: version name: Latest Version image: default source: docker
I’m using docker-compose and
image: homeassistant/home-assistant:latest
to pull the latest image from dockerhub.
Are my sensors setup correctly so that
Current version
is reporting the correct installed version andLatest version
is reporting the correct version number from what is currently published forhomeassistant/home-assistant:latest
on docker hub?
Posts: 4
Participants: 2