From d7847d16827bd8e73e8fe1e5034408c3a96bae02 Mon Sep 17 00:00:00 2001 From: johanf85 <43075793+johanf85@users.noreply.github.com> Date: Mon, 5 Oct 2020 02:18:09 +0200 Subject: [PATCH] changed state for hvac_action from heat to heating (#14878) --- source/_integrations/climate.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/climate.markdown b/source/_integrations/climate.markdown index 5994b88bf60..439665258d9 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -227,7 +227,7 @@ The climate entity has extra attributes to represent the state of the thermostat | 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`. It depends on the thermostat you are using which states are available.