mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
- platform: honeywell
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
region: us
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
username:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: Password for the account.
|
description: Password for the account.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
region:
|
|
||||||
description: Region identifier.
|
|
||||||
required: true
|
|
||||||
default: us
|
|
||||||
type: string
|
|
||||||
away_cool_temperature:
|
away_cool_temperature:
|
||||||
description: "Cooling setpoint when away mode is on, in degrees Fahrenheit."
|
description: "Cooling setpoint when away mode is on, in degrees Fahrenheit."
|
||||||
required: false
|
required: false
|
||||||
@ -53,4 +47,12 @@ away_heat_temperature:
|
|||||||
required: false
|
required: false
|
||||||
default: 61
|
default: 61
|
||||||
type: integer
|
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 %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user