mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
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:
parent
8684535413
commit
5652af34e9
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user