Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/content/docs/components/climate/mitsubishi_cn105.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ climate:
update_interval: 1s
current_temperature_min_interval: 60s
supported_swing_modes: BOTH
vane:
vertical:
direction:
name: "Vertical Vane"
```

> [!WARNING]
Expand All @@ -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`, `2`, `3`, `4`, `5`, `Swing`

> [!NOTE]
> Fan modes map to the following Mitsubishi fan speeds:
Expand Down Expand Up @@ -113,6 +118,26 @@ 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`
Comment thread
crnjan marked this conversation as resolved.

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).

## Remote temperature actions
Expand Down