Skip to content

Commit bd3c137

Browse files
andylockranfabaff
authored andcommitted
Updated heatmiser config to match next release (home-assistant#11290)
1 parent 723f54d commit bd3c137

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/_integrations/heatmiser.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,24 @@ To set it up, add the following information to your `configuration.yaml` file:
1717
```yaml
1818
climate:
1919
- platform: heatmiser
20-
ipaddress: YOUR_IP_ADDRESS
20+
host: YOUR_IP_ADDRESS
2121
port: YOUR_PORT
2222
tstats:
23-
- 1:
24-
id: THERMOSTAT_ID
23+
- id: THERMOSTAT_ID
2524
name: THERMOSTAT_NAME
2625
```
2726
2827
A single interface can handle up to 32 connected devices.
2928
3029
{% configuration %}
31-
ipaddress:
30+
host:
3231
description: The IP address of your interface.
3332
required: true
3433
type: string
3534
port:
3635
description: The port that the interface is listening on.
3736
required: true
38-
type: integer
37+
type: string
3938
tstats:
4039
description: A list of thermostats activated on the gateway.
4140
required: true

0 commit comments

Comments
 (0)