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",