diff --git a/source/_addons/check_config.markdown b/source/_addons/check_config.markdown index 1ef8abd754a..a11232b5ea3 100644 --- a/source/_addons/check_config.markdown +++ b/source/_addons/check_config.markdown @@ -17,6 +17,9 @@ You can use this add-on to check whether your configuration files are valid agai } ``` -Configuration variables: - -- **version** (*Required*): Version of Home Assistant that you plan to install. +{% configuration %} +version: + description: Version of Home Assistant that you plan to install. + required: true + type: string +{% endconfiguration %}