From 832ea78a121986caa142252c83e0e6f957fb8483 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Mon, 10 Feb 2025 08:33:40 +0100 Subject: [PATCH] FIX select_option --- documentation/en/over-switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/over-switch.md b/documentation/en/over-switch.md index 1d2bed9..8505d9a 100644 --- a/documentation/en/over-switch.md +++ b/documentation/en/over-switch.md @@ -74,7 +74,7 @@ The available commands depend on the type of underlying device: | Underlying Device Type | Possible On Commands | Possible Off Commands | Applies To | | --------------------------- | ------------------------------------- | ---------------------------------------------- | ----------------------------- | | `switch` or `input_boolean` | `turn_on` | `turn_off` | All switches | -| `select` or `input_select` | `select_option/option:comfort` | `set_option/option:frost_protection` | Nodon SIN-4-FP-21 and similar | +| `select` or `input_select` | `select_option/option:comfort` | `select_option/option:frost_protection` | Nodon SIN-4-FP-21 and similar | | `climate` (hvac_mode) | `set_hvac_mode/hvac_mode:heat` | `set_hvac_mode/hvac_mode:off` | eCosy (via Tuya Local) | | `climate` (preset) | `set_preset_mode/preset_mode:comfort` | `set_preset_mode/preset_mode:frost_protection` | Heatzy |