rstrouse / ESPSomfy-RTS-HA

Control your somfy shades in Home Assistant
The Unlicense
102 stars 9 forks source link

Bug if autocheck update off #36

Closed open1999 closed 5 months ago

open1999 commented 5 months ago

if autocheck update is off, HA notify an update. image

and the link is not correct https://github.com/rstrouse/ESPSomfy-RTS/releases/tag/

rstrouse commented 5 months ago

I'll have a look at the update entity I assume that is saying that the current installed version is v2.3.2 since there is no new version. It should say up to date instead when it doesn't know what the current version is.

open1999 commented 5 months ago

To reproduce:

On ESP:

On HA:

Then we have the message for a new version...

If autocheck update is on, no problem.

rstrouse commented 5 months ago

In v2.3.3 I will fix this issue. It turns out that I have to make the update entity unknown if the checkbox is unchecked.

rstrouse commented 5 months ago

When the Auto check is turned off in ESPSomfy RTS then the entity will change to an unknown state and re-enable itself when you check it again.