mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update Proliphix climate component configuration (#7082)
This commit is contained in:
parent
cfdd302b5f
commit
20add31ead
@ -30,12 +30,20 @@ climate:
|
|||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): Address of your thermostat, eg. 192.168.1.32.
|
description: Address of your thermostat, e.g., 192.168.1.32.
|
||||||
- **username** (*Required*): Username for the thermostat.
|
required: true
|
||||||
- **password** (*Required*): Password for the thermostat.
|
type: string
|
||||||
|
username:
|
||||||
|
description: Username for the thermostat.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: Password for the thermostat.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
The Proliphix NT Thermostat series are Ethernet connected thermostats. They have a local HTTP interface that is based on get/set
|
The Proliphix NT Thermostat series are Ethernet connected thermostats. They have a local HTTP interface that is based on get/set
|
||||||
of OID values. A complete collection of the API is available in this [API documentation](https://github.com/sdague/thermostat.rb/blob/master/docs/PDP_API_R1_11.pdf).
|
of OID values. A complete collection of the API is available in this [API documentation](https://github.com/sdague/thermostat.rb/blob/master/docs/PDP_API_R1_11.pdf).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user