From 8bb9f77ec3631d650a9b3277af285bbea046e6eb Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 8 Nov 2018 09:04:01 +0100 Subject: [PATCH] Update check_config add-on component configuration (#7430) --- source/_addons/check_config.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %}