Upgrade holidays to 0.9.9
This commit is contained in:
parent
a57aae9891
commit
2eec2cc656
3 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue