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 %}