From 07fbde086ebce47b8a54cebe91184341f121c71a Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Fri, 17 Apr 2020 07:34:31 -0400 Subject: [PATCH] Clarify configuration section --- docs/documentation_standards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation_standards.md b/docs/documentation_standards.md index 619ff240b66..4740b9a98cb 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)).