From d12e0304e7e765ef6ee33550d24e932c1e2e2ab2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Oct 2021 23:32:29 +0200 Subject: [PATCH] Document climate swing mode: SWING_ON (#1083) --- 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 5e84ac90..cb3f3003 100644 --- a/docs/core/entity/climate.md +++ b/docs/core/entity/climate.md @@ -101,6 +101,7 @@ The device fan can have different swing modes that it wants the user to know abo | Name | Description | | ------------------ | ------------------------------------------------ | | `SWING_OFF` | The fan is not swinging. | +| `SWING_ON` | The fan is swinging. | | `SWING_VERTICAL` | The fan is swinging vertical. | | `SWING_HORIZONTAL` | The fan is swinging horizontal. | | `SWING_BOTH` | The fan is swinging both horizontal and vertical. |