From 2a3cdbfe37fcb03b4731962af385eb73cd286d73 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Wed, 17 Oct 2018 11:49:20 +0200 Subject: [PATCH] Fix configuration tag (#6884) Don't think it should contain this --- source/_components/binary_sensor.template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index bf0b6d75594..9db49437629 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -34,7 +34,7 @@ binary_sensor: ``` {% endraw %} -{% configuration binary_sensor.template %} +{% configuration %} sensors: description: List of your sensors. required: true