Version
2026.2.2
What type of installation are you using?
Home Assistant Add-on
Browser
Chrome,
What happened?
The Core Issue: "The dashboard falsely implies a device is 'Up to Date' by hiding the update indicator immediately after a YAML edit (even a comment change) is saved, but before that change is actually compiled or deployed."
Security Impact: "In a managed environment, this creates a false sense of security. A user may believe a device is fully patched because no update button is visible, when in reality it is running an older, potentially vulnerable binary that does not match the current source code."
How to reproduce
Find a device with an available update.
Click 'Edit', add a space or comment, and hit 'Save'.
Observe that the 'Update/Install' button is now gone from the device card.
Verify via Home Assistant API or CLI that the firmware on the chip is still the old version.
Expected behavior
Because no compile/update/install has been performed, the update button should remain visible.
Relevant log output
Screenshots


Version
2026.2.2
What type of installation are you using?
Home Assistant Add-on
Browser
Chrome,
What happened?
The Core Issue: "The dashboard falsely implies a device is 'Up to Date' by hiding the update indicator immediately after a YAML edit (even a comment change) is saved, but before that change is actually compiled or deployed."
Security Impact: "In a managed environment, this creates a false sense of security. A user may believe a device is fully patched because no update button is visible, when in reality it is running an older, potentially vulnerable binary that does not match the current source code."
How to reproduce
Find a device with an available update.
Click 'Edit', add a space or comment, and hit 'Save'.
Observe that the 'Update/Install' button is now gone from the device card.
Verify via Home Assistant API or CLI that the firmware on the chip is still the old version.
Expected behavior
Because no compile/update/install has been performed, the update button should remain visible.
Relevant log output
Screenshots