From 253b4aa101318b833be3f27322f6a1c98fa742c5 Mon Sep 17 00:00:00 2001 From: Ted Pennings <310323+tedpennings@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:46:32 -0800 Subject: [PATCH] Fix typo (fan_mode) in climate attribute docs --- 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 f61a2c5d72b6..d3fd8fc35c2f 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -285,6 +285,6 @@ The climate entity has extra attributes to represent the state of the thermostat | Name | Description | | ---- | ----------- | | `hvac_action` | Current state: `heating` / `cooling` / `idle`. -| `fan` | If the fan is currently on or off: `on` / `off`. +| `fan_mode` | If the fan is currently on or off: `on` / `off`. It depends on the thermostat you are using which states are available.