mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Fix heatmiser example config
* `tstats` requires a list.
This commit is contained in:
parent
c9b3fe80c8
commit
aaf6e26c05
@ -25,7 +25,7 @@ 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
|
||||||
```
|
```
|
||||||
|
@ -28,7 +28,7 @@ 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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user