Honeywell cleanup (#13645)

* Remove region reference, add location/device to honeywell

* Language

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Johan Henkens 2020-06-14 12:08:17 -07:00 committed by GitHub
parent 8684535413
commit 5652af34e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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