From 2e939637a00a870ba4a2f00d19db2ec58fa7d399 Mon Sep 17 00:00:00 2001 From: sipimokus Date: Wed, 1 May 2024 21:57:27 +0200 Subject: [PATCH] Add missing country_code field for hu.json --- custom_components/sonoff/translations/hu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/sonoff/translations/hu.json b/custom_components/sonoff/translations/hu.json index 126740c1..7043254d 100644 --- a/custom_components/sonoff/translations/hu.json +++ b/custom_components/sonoff/translations/hu.json @@ -12,7 +12,8 @@ "description": "Adja meg [eWeLink](https://www.ewelink.cc/hu/) fiókadatait", "data": { "username": "E-mail vagy telefonszám (bármelyik DIY mód esetén)", - "password": "Jelszó (hagyja üresen DIY mód estén)" + "password": "Jelszó (hagyja üresen DIY mód estén)", + "country_code": "Országkód (hagyja üresen az automatikus kiválasztáshoz)" } } }