I am trying to create a bunch of “firmware update available” sensors similar to the HA one for all my other devices. I have created 2 sensors one the scrapes the current firmware version and one that scrapes the most up to date one.
What I would like to do is compare the most recent with the one I have if the new one is higher then the current one return value of the most current with the friendly_name "xx Update Available.
If they match change the state to ‘no’ (so I can use this state change for automations) and hide the sensor from the UI.
Is this possible with template sensor I’m a little stuck.
Yes that is what my thoughts were I’m just not sure how to structure the binary sensor update available with the states gained from the first 2 sensors.