From 5652af34e9ffe76e32b32e3a90d530b4280e4524 Mon Sep 17 00:00:00 2001 From: Johan Henkens Date: Sun, 14 Jun 2020 12:08:17 -0700 Subject: [PATCH] Honeywell cleanup (#13645) * Remove region reference, add location/device to honeywell * Language Co-authored-by: Martin Hjelmare --- source/_integrations/honeywell.markdown | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown index a0c660b3f7e..5db9e010319 100644 --- a/source/_integrations/honeywell.markdown +++ b/source/_integrations/honeywell.markdown @@ -26,23 +26,17 @@ climate: - platform: honeywell username: YOUR_USERNAME password: YOUR_PASSWORD - region: us ``` {% configuration %} username: - description: Email address of an account with access the TCC website for your region. + description: Email address of an account with access to the TCC website. required: true type: string password: description: Password for the account. required: true type: string -region: - description: Region identifier. - required: true - default: us - type: string away_cool_temperature: description: "Cooling setpoint when away mode is on, in degrees Fahrenheit." required: false @@ -53,4 +47,12 @@ away_heat_temperature: required: false default: 61 type: integer +thermostat: + description: ID of thermostat to restrict the integration to. + required: false + type: string +location: + description: ID of location to restrict the integration to. + required: false + type: string {% endconfiguration %}