From 5e4109ef957ec6daa7b38252f42f0bacbef46d10 Mon Sep 17 00:00:00 2001 From: Dmitriy Shafranskiy Date: Thu, 11 Oct 2018 14:31:02 +0200 Subject: [PATCH] Formatting fix (#6685) Code ending block was placed in a wrong place causing documentation to be output wrongly. --- source/_docs/configuration/devices.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/configuration/devices.markdown b/source/_docs/configuration/devices.markdown index 631dd12d03c..6aedad89483 100644 --- a/source/_docs/configuration/devices.markdown +++ b/source/_docs/configuration/devices.markdown @@ -66,7 +66,8 @@ switch 1: switch 2: platform: tplink - host: IP_ADDRESS``` + host: IP_ADDRESS +``` ## {% linkable_title Grouping devices %}