Merge pull request #858 from MartinHjelmare/fix-heatmiser
Fix heatmiser example config
This commit is contained in:
commit
6e453cd12f
2 changed files with 6 additions and 6 deletions
|
@ -25,9 +25,9 @@ climate:
|
||||||
ipaddress: YOUR_IPADDRESS
|
ipaddress: YOUR_IPADDRESS
|
||||||
port: YOUR_PORT
|
port: YOUR_PORT
|
||||||
tstats:
|
tstats:
|
||||||
1:
|
- 1:
|
||||||
id: THERMOSTAT_ID
|
id: THERMOSTAT_ID
|
||||||
name: THERMOSTAT_NAME
|
name: THERMOSTAT_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
A single interface can handle up to 32 connected devices.
|
A single interface can handle up to 32 connected devices.
|
||||||
|
|
|
@ -28,9 +28,9 @@ thermostat:
|
||||||
ipaddress: YOUR_IPADDRESS
|
ipaddress: YOUR_IPADDRESS
|
||||||
port: YOUR_PORT
|
port: YOUR_PORT
|
||||||
tstats:
|
tstats:
|
||||||
1:
|
- 1:
|
||||||
id: THERMOSTAT_ID
|
id: THERMOSTAT_ID
|
||||||
name: THERMOSTAT_NAME
|
name: THERMOSTAT_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
A single interface can handle up to 32 connected devices.
|
A single interface can handle up to 32 connected devices.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue