mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
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
This commit is contained in:
parent
15ae970941
commit
2d10e61c23
@ -14,7 +14,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
# List of all countries currently supported by holidays
|
# List of all countries currently supported by holidays
|
||||||
# There seems to be no way to get the list out at runtime
|
# There seems to be no way to get the list out at runtime
|
||||||
ALL_COUNTRIES = [
|
ALL_COUNTRIES = [
|
||||||
'Argentina', 'AR', 'Australia', 'AU', 'Austria', 'AT',
|
'Argentina', 'AR', 'Aruba', 'AW', 'Australia', 'AU', 'Austria', 'AT',
|
||||||
'Brazil', 'BR', 'Belarus', 'BY', 'Belgium', 'BE', 'Bulgaria', 'BG',
|
'Brazil', 'BR', 'Belarus', 'BY', 'Belgium', 'BE', 'Bulgaria', 'BG',
|
||||||
'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ',
|
'Canada', 'CA', 'Colombia', 'CO', 'Croatia', 'HR', 'Czech', 'CZ',
|
||||||
'Denmark', 'DK',
|
'Denmark', 'DK',
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Workday",
|
"name": "Workday",
|
||||||
"documentation": "https://www.home-assistant.io/components/workday",
|
"documentation": "https://www.home-assistant.io/components/workday",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"holidays==0.9.10"
|
"holidays==0.9.11"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -619,7 +619,7 @@ hlk-sw16==0.0.7
|
|||||||
hole==0.3.0
|
hole==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.workday
|
# homeassistant.components.workday
|
||||||
holidays==0.9.10
|
holidays==0.9.11
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20190721.1
|
home-assistant-frontend==20190721.1
|
||||||
|
@ -162,7 +162,7 @@ hbmqtt==0.9.4
|
|||||||
hdate==0.8.8
|
hdate==0.8.8
|
||||||
|
|
||||||
# homeassistant.components.workday
|
# homeassistant.components.workday
|
||||||
holidays==0.9.10
|
holidays==0.9.11
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20190721.1
|
home-assistant-frontend==20190721.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user