Clarify configuration section (#466)

This commit is contained in:
MatthewFlamm 2020-04-17 07:59:54 -04:00 committed by GitHub
parent d54b4b866c
commit 607824c2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ To ensure that the documentation for Home Assistant is consistent and easy to fo
## Integration and Platform Pages
* The **Configuration Variables** section must use the `{% configuration %}` tag.
* The **Configuration Variables** section is only used for YAML configuration.
* Configuration variables must document the requirement status (`false` or `true`).
* Configuration variables must document the default value, if any.
* Configuration variables must document the accepted value types (see [Configuration variables details](documentation_create_page.md#configuration)).