From 210115fd9d3287b7b2a3fdc95e49bf12b16b78b9 Mon Sep 17 00:00:00 2001 From: Pieter Rautenbach Date: Mon, 14 Jul 2025 06:49:09 +0200 Subject: [PATCH] Fixed bad example and missing options for set_swing_mode (#39993) --- source/_integrations/climate.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/climate.markdown b/source/_integrations/climate.markdown index 7457e94aef5..2b59832dbea 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -213,7 +213,7 @@ Set swing operation mode for climate device | 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`. -| `swing_mode` | no | New value of swing mode +| `swing_mode` | no | New value of swing mode: `off`, `horizontal`, `vertical` or `both`. #### Automation example @@ -227,7 +227,7 @@ automation: target: entity_id: climate.kitchen data: - swing_mode: 1 + swing_mode: both ``` ### Action `climate.set_swing_horizontal_mode`