From 766a693514c168a696e6429790d5f52d8ec0c215 Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:45:16 +0300 Subject: [PATCH] Fix registration UI to work for Israel devices (#58192) --- homeassistant/components/tuya/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tuya/const.py b/homeassistant/components/tuya/const.py index a57ee5e397e..a20206c9369 100644 --- a/homeassistant/components/tuya/const.py +++ b/homeassistant/components/tuya/const.py @@ -572,7 +572,7 @@ TUYA_COUNTRIES = [ Country("Iraq", "964"), Country("Ireland", "353", TuyaCloudOpenAPIEndpoint.EUROPE), Country("Isle of Man", "44-1624"), - Country("Israel", "972"), + Country("Israel", "972", TuyaCloudOpenAPIEndpoint.EUROPE), Country("Italy", "39", TuyaCloudOpenAPIEndpoint.EUROPE), Country("Ivory Coast", "225"), Country("Jamaica", "1-876"),