diff --git a/docs/documentation_standards.md b/docs/documentation_standards.md index 619ff240..4740b9a9 100644 --- a/docs/documentation_standards.md +++ b/docs/documentation_standards.md @@ -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)).