From aaf6e26c05e8ad33a15ea1a6adebe8d484d390b1 Mon Sep 17 00:00:00 2001 From: MartinHjelmare Date: Sun, 28 Aug 2016 20:34:50 +0200 Subject: [PATCH] Fix heatmiser example config * `tstats` requires a list. --- source/_components/climate.heatmiser.markdown | 6 +++--- source/_components/thermostat.heatmiser.markdown | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/climate.heatmiser.markdown b/source/_components/climate.heatmiser.markdown index b74bb1c92e1..cbdebfbafde 100644 --- a/source/_components/climate.heatmiser.markdown +++ b/source/_components/climate.heatmiser.markdown @@ -25,9 +25,9 @@ climate: ipaddress: YOUR_IPADDRESS port: YOUR_PORT tstats: - 1: - id: THERMOSTAT_ID - name: THERMOSTAT_NAME + - 1: + id: THERMOSTAT_ID + name: THERMOSTAT_NAME ``` A single interface can handle up to 32 connected devices. diff --git a/source/_components/thermostat.heatmiser.markdown b/source/_components/thermostat.heatmiser.markdown index 7015e5332fb..8b5fe55835e 100644 --- a/source/_components/thermostat.heatmiser.markdown +++ b/source/_components/thermostat.heatmiser.markdown @@ -28,9 +28,9 @@ thermostat: ipaddress: YOUR_IPADDRESS port: YOUR_PORT tstats: - 1: - id: THERMOSTAT_ID - name: THERMOSTAT_NAME + - 1: + id: THERMOSTAT_ID + name: THERMOSTAT_NAME ``` A single interface can handle up to 32 connected devices.