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 +}