From d95ed6156cdc9c618ba7e7a6e97793a3af92cd33 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Sep 2016 21:07:55 +0200 Subject: [PATCH] Fix configuration sample --- source/_components/pilight.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_components/pilight.markdown b/source/_components/pilight.markdown index a3fdbf8e4ce..e2eeddc8fc7 100644 --- a/source/_components/pilight.markdown +++ b/source/_components/pilight.markdown @@ -24,14 +24,14 @@ To integrate pilight into Home Assistant, add the following section to your `con ```yaml # Example configuration.yaml entry pilight: - - host: 127.0.0.1 - port: 5000 - whitelist: # optional - protocol: - - daycom - - intertechno - id: - - 42 + host: 127.0.0.1 + port: 5000 + whitelist: # optional + protocol: + - daycom + - intertechno + id: + - 42 ``` Configuration variables: