From b1f2fcd66da0b612bd08cc5af8e4adea3c34a930 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Wed, 5 Feb 2025 18:47:08 +0000 Subject: [PATCH] Fix frost_protection for Nodon --- documentation/en/over-switch.md | 12 ++++++------ documentation/fr/over-switch.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/en/over-switch.md b/documentation/en/over-switch.md index 22702db..1d2bed9 100644 --- a/documentation/en/over-switch.md +++ b/documentation/en/over-switch.md @@ -71,12 +71,12 @@ To customize the commands, click on `Add` at the bottom of the page for both the Then, specify the on and off commands using the format `command[/attribute[:value]]`. 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` | 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` | Heatzy | +| 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 | +| `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 | Of course, these examples can be adapted to your specific case. diff --git a/documentation/fr/over-switch.md b/documentation/fr/over-switch.md index b0ddaf8..5ca7fc2 100644 --- a/documentation/fr/over-switch.md +++ b/documentation/fr/over-switch.md @@ -69,12 +69,12 @@ Pour personnaliser les commande, cliquez sur `Ajouter` en bas de page sur les co et donner la commande d'allumage et d'exinction avec le format `commande[/attribut[:valeur]]`. Les commandes possibles dépendent du type de sous-jacents : -| type de sous-jacent | commandes d'allumage possibles | commandes d'extinction possibles | S'applique à | -| --------------------------- | ------------------------------------- | ----------------------------------- | ------------------------------ | -| `switch` ou `input_boolean` | `turn_on` | `turn_off` | tous les switchs | -| `select` ou `input_select` | `select_option/option:comfort` | `set_option/option:frost` | Nodon SIN-4-FP-21 et assimilés | -| `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` | Heatzy | +| type de sous-jacent | commandes d'allumage possibles | commandes d'extinction possibles | S'applique à | +| --------------------------- | ------------------------------------- | ---------------------------------------------- | ------------------------------ | +| `switch` ou `input_boolean` | `turn_on` | `turn_off` | tous les switchs | +| `select` ou `input_select` | `select_option/option:comfort` | `set_option/option:frost_protection` | Nodon SIN-4-FP-21 et assimilés | +| `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 | Evidemment, tous ces exemples peuvent être adaptés à votre cas.