From 2aa5e861d97ccf08afa7e6f952d3e9f8a64bea3c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 16 Jan 2016 09:40:18 -0500 Subject: [PATCH] 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. --- source/_components/thermostat.proliphix.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_components/thermostat.proliphix.markdown b/source/_components/thermostat.proliphix.markdown index f8ddb39fd2c..6f8a4ce9b2c 100644 --- a/source/_components/thermostat.proliphix.markdown +++ b/source/_components/thermostat.proliphix.markdown @@ -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).