From bb2c1d328b4c701d7c72363888dd203bb5d9dcd7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 29 Jan 2023 21:39:08 +0100 Subject: [PATCH] FIX selectors --- .../versatile_thermostat/strings.json | 24 +++++++------------ .../versatile_thermostat/translations/en.json | 24 +++++++------------ .../versatile_thermostat/translations/fr.json | 24 +++++++------------ 3 files changed, 24 insertions(+), 48 deletions(-) diff --git a/custom_components/versatile_thermostat/strings.json b/custom_components/versatile_thermostat/strings.json index 3b6b3d1..e67adfa 100644 --- a/custom_components/versatile_thermostat/strings.json +++ b/custom_components/versatile_thermostat/strings.json @@ -93,14 +93,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat over a switch", - "thermostat_over_climate": "Thermostat over another thermostat" - } - } - }, "error": { "unknown": "Unexpected error", "unknown_entity": "Unknown entity id" @@ -202,14 +194,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat over a switch", - "thermostat_over_climate": "Thermostat over another thermostat" - } - } - }, "error": { "unknown": "Unexpected error", "unknown_entity": "Unknown entity id" @@ -217,5 +201,13 @@ "abort": { "already_configured": "Device is already configured" } + }, + "selectors": { + "thermostat_type": { + "options": { + "thermostat_over_switch": "Thermostat over a switch", + "thermostat_over_climate": "Thermostat over another thermostat" + } + } } } \ No newline at end of file diff --git a/custom_components/versatile_thermostat/translations/en.json b/custom_components/versatile_thermostat/translations/en.json index 3b6b3d1..e67adfa 100644 --- a/custom_components/versatile_thermostat/translations/en.json +++ b/custom_components/versatile_thermostat/translations/en.json @@ -93,14 +93,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat over a switch", - "thermostat_over_climate": "Thermostat over another thermostat" - } - } - }, "error": { "unknown": "Unexpected error", "unknown_entity": "Unknown entity id" @@ -202,14 +194,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat over a switch", - "thermostat_over_climate": "Thermostat over another thermostat" - } - } - }, "error": { "unknown": "Unexpected error", "unknown_entity": "Unknown entity id" @@ -217,5 +201,13 @@ "abort": { "already_configured": "Device is already configured" } + }, + "selectors": { + "thermostat_type": { + "options": { + "thermostat_over_switch": "Thermostat over a switch", + "thermostat_over_climate": "Thermostat over another thermostat" + } + } } } \ No newline at end of file diff --git a/custom_components/versatile_thermostat/translations/fr.json b/custom_components/versatile_thermostat/translations/fr.json index dd95a2a..d0180fb 100644 --- a/custom_components/versatile_thermostat/translations/fr.json +++ b/custom_components/versatile_thermostat/translations/fr.json @@ -92,14 +92,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat sur un switch", - "thermostat_over_climate": "Thermostat sur un autre thermostat" - } - } - }, "error": { "unknown": "Erreur inattendue", "unknown_entity": "entity id inconnu" @@ -202,14 +194,6 @@ } } }, - "selectors": { - "thermostat_type": { - "options": { - "thermostat_over_switch": "Thermostat sur un switch", - "thermostat_over_climate": "Thermostat sur un autre thermostat" - } - } - }, "error": { "unknown": "Erreur inattendue", "unknown_entity": "entity id inconnu" @@ -217,5 +201,13 @@ "abort": { "already_configured": "Le device est déjà configuré" } + }, + "selectors": { + "thermostat_type": { + "options": { + "thermostat_over_switch": "Thermostat sur un switch", + "thermostat_over_climate": "Thermostat sur un autre thermostat" + } + } } } \ No newline at end of file