In Home Assistant, it auto-reminds me that an update is available. I wonder if it’s relevant to me, so I click on the “Release Notes”, and none of my integrations are affected.
Here’s an idea to deal with that:
- Home Assistant sees an update is available, so it downloads the changelogs.
- Home Assistant checks the current config against the changelogs.
- If there are any breaking changes, then the update is relevant.
- Security updates count as breaking changes
- If a configured integration has updates, then the update is relevant.
- Otherwise, it’s not.
- If it’s relevant, Home Assistant shows the update and what has changed. Something like:
- If it’s not relevant, Home Assistant hides the update in something like this:
- If there are any breaking changes, then the update is relevant.
- Auto updates stay on, no matter what.