Merge pull request #858 from MartinHjelmare/fix-heatmiser

Fix heatmiser example config
This commit is contained in:
Fabian Affolter 2016-08-30 09:36:09 +02:00 committed by GitHub
commit 6e453cd12f
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
```