From a42393ed910693cd1a02a942d1e78b0fca787850 Mon Sep 17 00:00:00 2001 From: Michel Settembrino Date: Fri, 16 Sep 2016 21:20:53 +0200 Subject: [PATCH] Wrong indentation. (#947) Indentation from devices was wrong. See https://community.home-assistant.io/t/mapping-values-are-not-allowed-here-when-using-eq3-thermostat-climate-component/3999/5?u=michel.settembrino --- source/_components/climate.eq3btsmart.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/climate.eq3btsmart.markdown b/source/_components/climate.eq3btsmart.markdown index 1d16168cb11..6bb20c45227 100644 --- a/source/_components/climate.eq3btsmart.markdown +++ b/source/_components/climate.eq3btsmart.markdown @@ -58,7 +58,7 @@ to the start function of /etc/init.d/hass-daemon. # Example configuration.yaml entry climate: platform: eq3btsmart - devices: - room1: - mac: '00:11:22:33:44:55' + devices: + room1: + mac: '00:11:22:33:44:55' ```