mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add aux heat to ecobee climate (#2286)
This commit is contained in:
parent
15bab812ea
commit
2b2d1ba0f7
@ -61,7 +61,7 @@ The following attributes are provided by the Ecobee Thermostat:
|
|||||||
`target_temperature_low`, `target_temperature_high`, `desired_fan_mode`,
|
`target_temperature_low`, `target_temperature_high`, `desired_fan_mode`,
|
||||||
`fan`, `current_hold_mode`, `current_operation`, `operation_list`,
|
`fan`, `current_hold_mode`, `current_operation`, `operation_list`,
|
||||||
`operation_mode`, `mode`, `fan_min_on_time`, `device_state_attributes`,
|
`operation_mode`, `mode`, `fan_min_on_time`, `device_state_attributes`,
|
||||||
`is_away_mode_on`, `vacation`, `climate_list`.
|
`is_away_mode_on`, `vacation`, `climate_list`, `aux_heat`.
|
||||||
The attributes `min_temp` and `max_temp` are meaningless constant values.
|
The attributes `min_temp` and `max_temp` are meaningless constant values.
|
||||||
|
|
||||||
|
|
||||||
@ -202,6 +202,13 @@ Returns the currently active vacation or `None`.
|
|||||||
|
|
||||||
Returns the list of climates defined in the thermostat.
|
Returns the list of climates defined in the thermostat.
|
||||||
|
|
||||||
|
### {% linkable_title Attribute `aux_heat` %}
|
||||||
|
|
||||||
|
Returns the current auxiliary heat state.
|
||||||
|
|
||||||
|
| Attribute type | Description |
|
||||||
|
| ---------------| ----------- |
|
||||||
|
| String | 'on', 'off'
|
||||||
|
|
||||||
## {% linkable_title Services %}
|
## {% linkable_title Services %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user