From bfcc854c3e03a39ecc9d9092d9835e632f5d4efe Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Fri, 5 Jan 2024 06:47:48 +0000 Subject: [PATCH] Issue #314 - rename central_mode --- custom_components/versatile_thermostat/strings.json | 4 ++-- custom_components/versatile_thermostat/translations/en.json | 4 ++-- custom_components/versatile_thermostat/translations/fr.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/versatile_thermostat/strings.json b/custom_components/versatile_thermostat/strings.json index 4a000a5..f9c9ff9 100644 --- a/custom_components/versatile_thermostat/strings.json +++ b/custom_components/versatile_thermostat/strings.json @@ -24,7 +24,7 @@ "temp_min": "Minimal temperature allowed", "temp_max": "Maximal temperature allowed", "device_power": "Device power", - "use_central_mode": "Enable the control by central mode ('central_mode')", + "use_central_mode": "Enable the control by central entity (need central config)", "use_window_feature": "Use window detection", "use_motion_feature": "Use motion detection", "use_power_feature": "Use power management", @@ -256,7 +256,7 @@ "temp_min": "Minimal temperature allowed", "temp_max": "Maximal temperature allowed", "device_power": "Device power", - "use_central_mode": "Enable the control by central mode ('central_mode')", + "use_central_mode": "Enable the control by central entity (need central config)", "use_window_feature": "Use window detection", "use_motion_feature": "Use motion detection", "use_power_feature": "Use power management", diff --git a/custom_components/versatile_thermostat/translations/en.json b/custom_components/versatile_thermostat/translations/en.json index 4a000a5..f9c9ff9 100644 --- a/custom_components/versatile_thermostat/translations/en.json +++ b/custom_components/versatile_thermostat/translations/en.json @@ -24,7 +24,7 @@ "temp_min": "Minimal temperature allowed", "temp_max": "Maximal temperature allowed", "device_power": "Device power", - "use_central_mode": "Enable the control by central mode ('central_mode')", + "use_central_mode": "Enable the control by central entity (need central config)", "use_window_feature": "Use window detection", "use_motion_feature": "Use motion detection", "use_power_feature": "Use power management", @@ -256,7 +256,7 @@ "temp_min": "Minimal temperature allowed", "temp_max": "Maximal temperature allowed", "device_power": "Device power", - "use_central_mode": "Enable the control by central mode ('central_mode')", + "use_central_mode": "Enable the control by central entity (need central config)", "use_window_feature": "Use window detection", "use_motion_feature": "Use motion detection", "use_power_feature": "Use power management", diff --git a/custom_components/versatile_thermostat/translations/fr.json b/custom_components/versatile_thermostat/translations/fr.json index 09b4125..9d3a607 100644 --- a/custom_components/versatile_thermostat/translations/fr.json +++ b/custom_components/versatile_thermostat/translations/fr.json @@ -24,7 +24,7 @@ "temp_min": "Température minimale permise", "temp_max": "Température maximale permise", "device_power": "Puissance de l'équipement", - "use_central_mode": "Autoriser le controle par le mode central ('central_mode`)", + "use_central_mode": "Autoriser le controle par une entity centrale ('nécessite une config. centrale`)", "use_window_feature": "Avec détection des ouvertures", "use_motion_feature": "Avec détection de mouvement", "use_power_feature": "Avec gestion de la puissance", @@ -256,7 +256,7 @@ "temp_min": "Température minimale permise", "temp_max": "Température maximale permise", "device_power": "Puissance de l'équipement", - "use_central_mode": "Autoriser le controle par le mode central ('central_mode`)", + "use_central_mode": "Autoriser le controle par une entity centrale ('nécessite une config. centrale`)", "use_window_feature": "Avec détection des ouvertures", "use_motion_feature": "Avec détection de mouvement", "use_power_feature": "Avec gestion de la puissance",