Skip to content

Commit 6e453cd

Browse files
authored
Merge pull request home-assistant#858 from MartinHjelmare/fix-heatmiser
Fix heatmiser example config
2 parents 642cbb4 + aaf6e26 commit 6e453cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/_components/climate.heatmiser.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ climate:
2525
ipaddress: YOUR_IPADDRESS
2626
port: YOUR_PORT
2727
tstats:
28-
1:
29-
id: THERMOSTAT_ID
30-
name: THERMOSTAT_NAME
28+
- 1:
29+
id: THERMOSTAT_ID
30+
name: THERMOSTAT_NAME
3131
```
3232
3333
A single interface can handle up to 32 connected devices.

source/_components/thermostat.heatmiser.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ thermostat:
2828
ipaddress: YOUR_IPADDRESS
2929
port: YOUR_PORT
3030
tstats:
31-
1:
32-
id: THERMOSTAT_ID
33-
name: THERMOSTAT_NAME
31+
- 1:
32+
id: THERMOSTAT_ID
33+
name: THERMOSTAT_NAME
3434
```
3535
3636
A single interface can handle up to 32 connected devices.

0 commit comments

Comments
 (0)