From adfe8a67b6f900b085217364aad159c655a31190 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Tue, 28 Dec 2021 10:49:27 -0500 Subject: [PATCH] docs: fix error in mqtt power device documentation Signed-off-by: Eric Callahan --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 9523ebb..fac1098 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -674,6 +674,7 @@ command_payload: # TURN_ON # {% else %} # TURN_OFF +# {% endif %} # The above example would resolve to "TURN_ON" if the request is turn the # the device on, and "TURN_OFF" if the request is to turn the device off. # This parameter must be provided.