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.