Updated Workday Binary Sensor to use Holidays 0.9.11 and added support for Aruba Holidays. (#25568)

* Updated Workday Binary Sensor to use Holidays 0.9.11 and added support for Aruba Holidays.

* updated requirements_all.txts
pull/25575/head
Orson 2019-07-30 06:58:23 -04:00 committed by Pascal Vizeli
parent 15ae970941
commit 2d10e61c23
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ _LOGGER = logging.getLogger(__name__)
# List of all countries currently supported by holidays
# There seems to be no way to get the list out at runtime
ALL_COUNTRIES = [
'Argentina', 'AR', 'Australia', 'AU', 'Austria', 'AT',
'Argentina', 'AR', 'Aruba', 'AW', 'Australia', 'AU', 'Austria', 'AT',
'Brazil', 'BR', 'Belarus', 'BY', 'Belgium', 'BE', 'Bulgaria', 'BG',
'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ',
'Denmark', 'DK',

View File

@ -3,7 +3,7 @@
"name": "Workday",
"documentation": "https://www.home-assistant.io/components/workday",
"requirements": [
"holidays==0.9.10"
"holidays==0.9.11"
],
"dependencies": [],
"codeowners": []

View File

@ -619,7 +619,7 @@ hlk-sw16==0.0.7
hole==0.3.0
# homeassistant.components.workday
holidays==0.9.10
holidays==0.9.11
# homeassistant.components.frontend
home-assistant-frontend==20190721.1

View File

@ -162,7 +162,7 @@ hbmqtt==0.9.4
hdate==0.8.8
# homeassistant.components.workday
holidays==0.9.10
holidays==0.9.11
# homeassistant.components.frontend
home-assistant-frontend==20190721.1