mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Updated heatmiser config to match next release (#11290)
This commit is contained in:
parent
723f54df5a
commit
bd3c137b07
@ -17,25 +17,24 @@ To set it up, add the following information to your `configuration.yaml` file:
|
|||||||
```yaml
|
```yaml
|
||||||
climate:
|
climate:
|
||||||
- platform: heatmiser
|
- platform: heatmiser
|
||||||
ipaddress: YOUR_IP_ADDRESS
|
host: YOUR_IP_ADDRESS
|
||||||
port: YOUR_PORT
|
port: YOUR_PORT
|
||||||
tstats:
|
tstats:
|
||||||
- 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.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
ipaddress:
|
host:
|
||||||
description: The IP address of your interface.
|
description: The IP address of your interface.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
port:
|
port:
|
||||||
description: The port that the interface is listening on.
|
description: The port that the interface is listening on.
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: string
|
||||||
tstats:
|
tstats:
|
||||||
description: A list of thermostats activated on the gateway.
|
description: A list of thermostats activated on the gateway.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user