Skip to content

Commit

Permalink
Fix registration UI to work for Israel devices (#58192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-w committed Oct 22, 2021
1 parent 4242711 commit 766a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/tuya/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class Country:
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"),
Expand Down

0 comments on commit 766a693

Please sign in to comment.