From ca28ff9a34b19265f76f784c2ee4ca489b70fed2 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 30 Jan 2024 18:42:55 +0100 Subject: [PATCH] Add NONE preset option in climate (#2051) --- 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 04bd5d5b..cd32d16b 100644 --- a/docs/core/entity/climate.md +++ b/docs/core/entity/climate.md @@ -73,6 +73,7 @@ A device can have different presets that it might want to show to the user. Comm | Name | Description | | ---------- | ------------------------------------------------------ | +| `NONE` | No preset is active | | `ECO` | Device is running an energy-saving mode | | `AWAY` | Device is in away mode | | `BOOST` | Device turn all valve full up |