diff --git a/homeassistant/components/binary_sensor/workday.py b/homeassistant/components/binary_sensor/workday.py index fc8207f83b7..551ca835e78 100644 --- a/homeassistant/components/binary_sensor/workday.py +++ b/homeassistant/components/binary_sensor/workday.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_NAME, WEEKDAYS from homeassistant.components.binary_sensor import BinarySensorDevice import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['holidays==0.9.8'] +REQUIREMENTS = ['holidays==0.9.9'] _LOGGER = logging.getLogger(__name__) @@ -26,6 +26,7 @@ ALL_COUNTRIES = [ 'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ', 'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'ECB', 'TAR', 'Finland', 'FI', 'France', 'FRA', 'Germany', 'DE', 'Hungary', 'HU', + 'Honduras', 'HUD', 'India', 'IND', 'Ireland', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP', 'Mexico', 'MX', 'Netherlands', 'NL', 'NewZealand', 'NZ', 'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT', diff --git a/requirements_all.txt b/requirements_all.txt index 6b5707719d7..d74dec46e5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -508,7 +508,7 @@ hlk-sw16==0.0.6 hole==0.3.0 # homeassistant.components.binary_sensor.workday -holidays==0.9.8 +holidays==0.9.9 # homeassistant.components.frontend home-assistant-frontend==20181219.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1429a6332a0..7199207f567 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -101,7 +101,7 @@ hbmqtt==0.9.4 hdate==0.7.5 # homeassistant.components.binary_sensor.workday -holidays==0.9.8 +holidays==0.9.9 # homeassistant.components.frontend home-assistant-frontend==20181219.0