Upgrade holidays to 0.9.9 (#19851)

This commit is contained in:
Fabian Affolter
2019-01-08 00:13:33 +01:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ from homeassistant.const import CONF_NAME, WEEKDAYS
from homeassistant.components.binary_sensor import BinarySensorDevice from homeassistant.components.binary_sensor import BinarySensorDevice
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['holidays==0.9.8'] REQUIREMENTS = ['holidays==0.9.9']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@@ -26,6 +26,7 @@ ALL_COUNTRIES = [
'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ', 'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ',
'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'ECB', 'TAR', 'Denmark', 'DK', 'England', 'EuropeanCentralBank', 'ECB', 'TAR',
'Finland', 'FI', 'France', 'FRA', 'Germany', 'DE', 'Hungary', 'HU', 'Finland', 'FI', 'France', 'FRA', 'Germany', 'DE', 'Hungary', 'HU',
'Honduras', 'HUD',
'India', 'IND', 'Ireland', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP', 'India', 'IND', 'Ireland', 'Isle of Man', 'Italy', 'IT', 'Japan', 'JP',
'Mexico', 'MX', 'Netherlands', 'NL', 'NewZealand', 'NZ', 'Mexico', 'MX', 'Netherlands', 'NL', 'NewZealand', 'NZ',
'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT', 'Northern Ireland', 'Norway', 'NO', 'Polish', 'PL', 'Portugal', 'PT',

View File

@@ -508,7 +508,7 @@ hlk-sw16==0.0.6
hole==0.3.0 hole==0.3.0
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.8 holidays==0.9.9
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20181219.0 home-assistant-frontend==20181219.0

View File

@@ -101,7 +101,7 @@ hbmqtt==0.9.4
hdate==0.7.5 hdate==0.7.5
# homeassistant.components.binary_sensor.workday # homeassistant.components.binary_sensor.workday
holidays==0.9.8 holidays==0.9.9
# homeassistant.components.frontend # homeassistant.components.frontend
home-assistant-frontend==20181219.0 home-assistant-frontend==20181219.0