From e41c060098a2c6515974cd1d3c8b59253f585878 Mon Sep 17 00:00:00 2001 From: johanf85 <43075793+johanf85@users.noreply.github.com> Date: Sun, 4 Oct 2020 13:04:53 +0200 Subject: [PATCH] Added states (#14874) Co-authored-by: Franck Nijhof --- source/_integrations/climate.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/climate.markdown b/source/_integrations/climate.markdown index e22cb5993b7..5994b88bf60 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -220,3 +220,14 @@ Turn climate device off. This is only supported if the climate device has the HV | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`. + +## Attributes + +The climate entity has extra attributes to represent the state of the thermostat. + +| Name | Description | +| ---- | ----------- | +| `hvac_action` | Current state: `heat` / `cool` / `idle`. +| `fan` | If the fan is currently on or off: `on` / `off`. + +It depends on the thermostat you are using which states are available.