Upgrade holidays to 0.9.9 (#19851)
commit
f259c5724b
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue