diff --git a/homeassistant/components/workday/binary_sensor.py b/homeassistant/components/workday/binary_sensor.py index 3ca2afcc749087..f95447c1e72f70 100644 --- a/homeassistant/components/workday/binary_sensor.py +++ b/homeassistant/components/workday/binary_sensor.py @@ -13,6 +13,7 @@ _LOGGER = logging.getLogger(__name__) # List of all countries currently supported by holidays +# Source: https://github.com/dr-prodigy/python-holidays#available-countries # There seems to be no way to get the list out at runtime ALL_COUNTRIES = [ "Argentina", @@ -42,6 +43,8 @@ "Denmark", "DK", "England", + "Estonia", + "EE", "EuropeanCentralBank", "ECB", "TAR", @@ -54,7 +57,9 @@ "Hungary", "HU", "Honduras", - "HUD", + "HND", + "Iceland", + "IS", "India", "IND", "Ireland", @@ -64,6 +69,8 @@ "IT", "Japan", "JP", + "Kenya", + "KE", "Lithuania", "LT", "Luxembourg", @@ -77,6 +84,9 @@ "Northern Ireland", "Norway", "NO", + "Peru", + "PE", + "Poland", "Polish", "PL", "Portugal",