Update check_config add-on component configuration (#7430)

This commit is contained in:
Klaas Schoute 2018-11-08 09:04:01 +01:00 committed by Fabian Affolter
parent 73f93834d1
commit 8bb9f77ec3

View File

@ -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 %}