I am using the github integration (GitHub - Home Assistant) to keep track of various repositories.
With this, i want to keep track of the version I have pulled/copied from Github vs the latest update.
This would mean to tracking difference between repo_version_installed_on_my_HA vs sensor._latest_release
Example:
sensor.ironsheep_rpi_reporter_mqtt2ha_daemon_latest_release
sensor.linuxserver_docker_unifi_network_application_latest_release
I have about 20 different Repos i am tracking, most of them use the lastest_release tag.
I could define a series of values to compare against but wondering if there is a better way to do this differently?