mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
fix a couple of typo in proliphix docs
the example used the wrong symbol for ``platform`` there was a missing parren on the parameters wrapped one of the larger paragraphs just to make it simple to read/edit in raw format.
This commit is contained in:
parent
3cd3ebed40
commit
2aa5e861d9
@ -22,7 +22,7 @@ To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
thermostat:
|
||||
platform: homematic
|
||||
platform: proliphix
|
||||
host: IP_ADDRESS
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
@ -30,9 +30,11 @@ thermostat:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*: Adress of your thermostat, eg. 192.168.1.32
|
||||
- **host** (*Required*): Adress of your thermostat, eg. 192.168.1.32
|
||||
- **username** (*Required*): Username for the thermostat.
|
||||
- **password** (*Required*): Password for the thermostat.
|
||||
|
||||
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).
|
||||
|
||||
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user