From cf79add04d2b3a43eb913152ea833b8439492d6e Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 11 Feb 2016 15:14:38 +0000 Subject: [PATCH] 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. --- .../_components/thermostat.honeywell.markdown | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/source/_components/thermostat.honeywell.markdown b/source/_components/thermostat.honeywell.markdown index 59b8f4f3e2d..03fa233019a 100644 --- a/source/_components/thermostat.honeywell.markdown +++ b/source/_components/thermostat.honeywell.markdown @@ -21,12 +21,7 @@ thermostat: platform: honeywell username: YOUR_USERNAME password: YOUR_PASSWORD -``` - -If you are using a Honeywell thermostat in the US, you also need to provide the thermostat identifier: - -```yaml - id: IDENT + region: REGION ``` Configuration variables: @@ -34,12 +29,4 @@ Configuration variables: - **username** (*Required*: The username of an user with access. - **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. -- **id** (*optional*): Thermostat identifier - -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`. +- **region** (*optional*): Region identifier (either 'eu' or 'us'). Defaults to 'eu' if not provided.