Fix heatmiser example config

* `tstats` requires a list.
This commit is contained in:
MartinHjelmare 2016-08-28 20:34:50 +02:00
parent c9b3fe80c8
commit aaf6e26c05
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ climate:
ipaddress: YOUR_IPADDRESS
port: YOUR_PORT
tstats:
1:
- 1:
id: THERMOSTAT_ID
name: THERMOSTAT_NAME
```

View File

@ -28,7 +28,7 @@ thermostat:
ipaddress: YOUR_IPADDRESS
port: YOUR_PORT
tstats:
1:
- 1:
id: THERMOSTAT_ID
name: THERMOSTAT_NAME
```