From 6e5f6ce8de7040eccaf6ffabfdea603a86e8f921 Mon Sep 17 00:00:00 2001 From: wilds Date: Wed, 18 Dec 2024 16:45:27 +0100 Subject: [PATCH] Update bool_trans.json --- .../xiaomi_home/miot/specs/bool_trans.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/custom_components/xiaomi_home/miot/specs/bool_trans.json b/custom_components/xiaomi_home/miot/specs/bool_trans.json index 649310d..9ba07f3 100644 --- a/custom_components/xiaomi_home/miot/specs/bool_trans.json +++ b/custom_components/xiaomi_home/miot/specs/bool_trans.json @@ -86,6 +86,10 @@ "true": "Vrai", "false": "Faux" }, + "it": { + "true": "Vero", + "false": "Falso" + }, "ru": { "true": "Истина", "false": "Ложь" @@ -120,6 +124,10 @@ "true": "Ouvert", "false": "Fermer" }, + "it": { + "true": "Aperto", + "false": "Chiuso" + }, "ru": { "true": "Открыть", "false": "Закрыть" @@ -154,6 +162,10 @@ "true": "Oui", "false": "Non" }, + "it": { + "true": "Si", + "false": "No" + }, "ru": { "true": "Да", "false": "Нет" @@ -188,6 +200,10 @@ "true": "Mouvement détecté", "false": "Aucun mouvement détecté" }, + "it": { + "true": "Movimento Rilevato", + "false": "Nessun Movimento Rilevato" + }, "ru": { "true": "Обнаружено движение", "false": "Движение не обнаружено" @@ -222,6 +238,10 @@ "true": "Contact", "false": "Pas de contact" }, + "it": { + "true": "Contatto", + "false": "Nessun Contatto" + }, "ru": { "true": "Контакт", "false": "Нет контакта" @@ -232,4 +252,4 @@ } } } -} \ No newline at end of file +}