Update honeywell docs to indicate region instead of thermostat id

In #1196, we replaced the need for specifying the thermostat id
with just the region to indicate which type of interface we should
use.
This commit is contained in:
Dan Smith 2016-02-11 15:14:38 +00:00
parent 9faff82103
commit cf79add04d

View File

@ -21,12 +21,7 @@ thermostat:
platform: honeywell platform: honeywell
username: YOUR_USERNAME username: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
``` region: REGION
If you are using a Honeywell thermostat in the US, you also need to provide the thermostat identifier:
```yaml
id: IDENT
``` ```
Configuration variables: Configuration variables:
@ -34,12 +29,4 @@ Configuration variables:
- **username** (*Required*: The username of an user with access. - **username** (*Required*: The username of an user with access.
- **password** (*Required*): The password for your given admin account. - **password** (*Required*): The password for your given admin account.
- **away_temperature** (*optional*): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C. - **away_temperature** (*optional*): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.
- **id** (*optional*): Thermostat identifier - **region** (*optional*): Region identifier (either 'eu' or 'us'). Defaults to 'eu' if not provided.
To find your thermostat identifier, log into your account, choose a thermostat (if applicable) and then look at the URL. It should look something like this:
```
https://mytotalconnectcomfort.com/portal/Device/Control/1234567
```
In this case, the identifier is `1234567`.