From 607824c2c1141f8521ebada54407be113a0285a7 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Fri, 17 Apr 2020 07:59:54 -0400 Subject: [PATCH] Clarify configuration section (#466) --- docs/documentation_standards.md | 1 + 1 file changed, 1 insertion(+) 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)).