Check your current configuration against any Home Assistant version.
You can use this add-on to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This add-on will help you avoid errors due to breaking changes, resulting in a smooth update.
Follow these steps to get the add-on installed on your system:
- Navigate in your Home Assistant frontend to Supervisor -> Add-on Store.
- Find the "Check Home Assistant configuration" add-on and click it.
- Click on the "INSTALL" button.
In the configuration section, set the version you want to check your configuration
against. In case you'd like to check your configuration against the latest version of
Home Assistant, leave it set to latest
, which is already there as the default.
- Start the add-on.
- Have some patience and wait a couple of minutes.
- Check the add-on log output to see the result.
If the log ends with Configuration check finished - no error found! :)
,
it means the check against your configuration passes on the specified
Home Assistant version.
Add-on configuration:
version: latest
The version of Home Assistant that want to check your configuration against.
Setting this option to latest
will result in checking your configuration
against the latest stable release of Home Assistant.
- Currently, this add-on only supports checking against Home Assistant >= 0.94 or less 0.91.
Got questions?
You have several options to get them answered:
- The Home Assistant Discord Chat Server.
- The Home Assistant Community Forum.
- Join the Reddit subreddit in /r/homeassistant
In case you've found a bug, please open an issue on our GitHub.