From f038a345df8bef14d6b28faf456b2249b39ebd52 Mon Sep 17 00:00:00 2001 From: Boris Krivonog Date: Fri, 29 May 2026 15:49:12 +0200 Subject: [PATCH 1/3] Climate component for Mitsubishi CN105: select with supported options for single vertical vane --- .../components/climate/mitsubishi_cn105.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/content/docs/components/climate/mitsubishi_cn105.mdx b/src/content/docs/components/climate/mitsubishi_cn105.mdx index 23cdb0a189..ab504c8b4c 100644 --- a/src/content/docs/components/climate/mitsubishi_cn105.mdx +++ b/src/content/docs/components/climate/mitsubishi_cn105.mdx @@ -63,6 +63,10 @@ climate: update_interval: 1s current_temperature_min_interval: 60s supported_swing_modes: BOTH + vane: + vertical: + direction: + name: "Vertical Vane" ``` > [!WARNING] @@ -81,6 +85,7 @@ climate: - Modes: `OFF`, `HEAT`, `COOL`, `DRY`, `FAN_ONLY`, `HEAT_COOL` (called `AUTO` by Mitsubishi) - Fan modes: `AUTO`, `QUIET`, `LOW`, `MEDIUM`, `MIDDLE`, `HIGH` - Swing modes: `OFF`, `VERTICAL`, `HORIZONTAL`, `BOTH` (configurable via `supported_swing_modes`) +- Optional vertical vane direction select: `Auto`, `1`–`5`, `Swing` > [!NOTE] > Fan modes map to the following Mitsubishi fan speeds: @@ -113,6 +118,24 @@ climate: - `HORIZONTAL` — exposes `'OFF'`, `HORIZONTAL` - `BOTH` — exposes `'OFF'`, `VERTICAL`, `HORIZONTAL`, `BOTH` +- **vane** (*Optional*): Additional vane controls exposed as separate entities. + + - **vertical** (*Optional*): Vertical vane controls. + + - **direction** (*Optional*, [Select](/components/select/)): Exposes the vertical vane direction as a select entity. + + Available options are: + + - `Auto` + - `1` + - `2` + - `3` + - `4` + - `5` + - `Swing` + + All options from [Select](/components/select#config-select) are supported. + - All other options from [Climate](/components/climate#config-climate). ## Remote temperature actions From e400484b50aa9a23c28d17a31ff6386ea675af97 Mon Sep 17 00:00:00 2001 From: Boris Krivonog Date: Fri, 29 May 2026 16:04:48 +0200 Subject: [PATCH 2/3] fixed bot comments --- src/content/docs/components/climate/mitsubishi_cn105.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/docs/components/climate/mitsubishi_cn105.mdx b/src/content/docs/components/climate/mitsubishi_cn105.mdx index ab504c8b4c..c3d19d9d24 100644 --- a/src/content/docs/components/climate/mitsubishi_cn105.mdx +++ b/src/content/docs/components/climate/mitsubishi_cn105.mdx @@ -66,7 +66,7 @@ climate: vane: vertical: direction: - name: "Vertical Vane" + name: "Vertical Vane" ``` > [!WARNING] @@ -85,7 +85,7 @@ climate: - Modes: `OFF`, `HEAT`, `COOL`, `DRY`, `FAN_ONLY`, `HEAT_COOL` (called `AUTO` by Mitsubishi) - Fan modes: `AUTO`, `QUIET`, `LOW`, `MEDIUM`, `MIDDLE`, `HIGH` - Swing modes: `OFF`, `VERTICAL`, `HORIZONTAL`, `BOTH` (configurable via `supported_swing_modes`) -- Optional vertical vane direction select: `Auto`, `1`–`5`, `Swing` +- Optional vertical vane direction select: `Auto`, `1`, `2`, `3`, `4`, `5`, `Swing` > [!NOTE] > Fan modes map to the following Mitsubishi fan speeds: @@ -134,6 +134,8 @@ climate: - `5` - `Swing` + These are the select option labels exposed to Home Assistant. If referenced from automations or templates, use them exactly as shown, including casing. + All options from [Select](/components/select#config-select) are supported. - All other options from [Climate](/components/climate#config-climate). From 2254dc09218cf5460b5195736e9eabaed73747a5 Mon Sep 17 00:00:00 2001 From: Boris Krivonog Date: Fri, 29 May 2026 16:10:21 +0200 Subject: [PATCH 3/3] fixed bot comment --- src/content/docs/components/climate/mitsubishi_cn105.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/components/climate/mitsubishi_cn105.mdx b/src/content/docs/components/climate/mitsubishi_cn105.mdx index c3d19d9d24..d1eb51fa94 100644 --- a/src/content/docs/components/climate/mitsubishi_cn105.mdx +++ b/src/content/docs/components/climate/mitsubishi_cn105.mdx @@ -122,7 +122,7 @@ climate: - **vertical** (*Optional*): Vertical vane controls. - - **direction** (*Optional*, [Select](/components/select/)): Exposes the vertical vane direction as a select entity. + - **direction** (*Optional*, [Select](/components/select)): Exposes the vertical vane direction as a select entity. Available options are: