From 871708c53e9bfec766bc25e23f742318ab5d9f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Lindstr=C3=B6m?= Date: Thu, 25 May 2017 10:03:58 +0200 Subject: [PATCH] Update switch.kankun.markdown (#2705) Fixed indentation errors in the configuration.yaml example. switches should be on the same level as platform. --- source/_components/switch.kankun.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/switch.kankun.markdown b/source/_components/switch.kankun.markdown index 3619c06caa1..c518a459116 100644 --- a/source/_components/switch.kankun.markdown +++ b/source/_components/switch.kankun.markdown @@ -25,9 +25,9 @@ To enable it, add the following lines to your `configuration.yaml`: # Example configuration.yaml entry switch: platform: kankun - switches: - bedroom_heating: - host: hostname_or_ipaddr + switches: + bedroom_heating: + host: hostname_or_ipaddr ``` Configuration variables: