changed state for hvac_action from heat to heating (#14878)

This commit is contained in:
johanf85 2020-10-05 02:18:09 +02:00 committed by GitHub
parent ce0fe77c9e
commit d7847d1682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ The climate entity has extra attributes to represent the state of the thermostat
| Name | Description | | Name | Description |
| ---- | ----------- | | ---- | ----------- |
| `hvac_action` | Current state: `heat` / `cool` / `idle`. | `hvac_action` | Current state: `heating` / `cooling` / `idle`.
| `fan` | If the fan is currently on or off: `on` / `off`. | `fan` | If the fan is currently on or off: `on` / `off`.
It depends on the thermostat you are using which states are available. It depends on the thermostat you are using which states are available.