From c6162fe70edc5990a386c073627185a6391e02cc Mon Sep 17 00:00:00 2001 From: RobertD502 <52541649+RobertD502@users.noreply.github.com> Date: Fri, 6 May 2022 15:59:53 -0400 Subject: [PATCH] Add missing HVACAction.Fan to climate entity documentation (#1322) --- docs/core/entity/climate.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/climate.md b/docs/core/entity/climate.md index bfedb145..1b52b402 100644 --- a/docs/core/entity/climate.md +++ b/docs/core/entity/climate.md @@ -64,6 +64,7 @@ The HVAC action describes the _current_ action. This is different from the mode, | `HVACAction.HEATING` | Device is heating. | | `HVACAction.COOLING` | Device is cooling. | | `HVACAction.DRYING` | Device is drying. | +| `HVACAction.FAN` | Device has fan on. | | `HVACAction.IDLE` | Device is idle. | ### Presets