From 66dfb06462d6d76686e335ab58af3db752720524 Mon Sep 17 00:00:00 2001 From: Yalcin Gormez <3812908+GormYa@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:51:33 +0300 Subject: [PATCH] Add support auth with country_code --- custom_components/sonoff/translations/tr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/sonoff/translations/tr.json b/custom_components/sonoff/translations/tr.json index 2ff31c9e..d0e7913a 100644 --- a/custom_components/sonoff/translations/tr.json +++ b/custom_components/sonoff/translations/tr.json @@ -12,7 +12,8 @@ "description": "[eWeLink hesabınızın](https://www.ewelink.cc/en/) bilgilerini girin", "data": { "username": "E-posta veya telefon (DIY modu için herhangi birini kullanın)", - "password": "Parola (DIY modu için boş bırakın)" + "password": "Parola (DIY modu için boş bırakın)", + "country_code": "Ülke kodu (Otomatik seçim için boş bırakın)" } } }