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.txtspull/25575/head
parent
15ae970941
commit
2d10e61c23
|
@ -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',
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"name": "Workday",
|
||||
"documentation": "https://www.home-assistant.io/components/workday",
|
||||
"requirements": [
|
||||
"holidays==0.9.10"
|
||||
"holidays==0.9.11"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue