mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
d9471fd01a
Update Python holidays module to 0.21.13 python-holidays 0.19-0.21.13 adds support for new countries and enhances support for many currently supported countries.
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"domain": "workday",
|
|
"name": "Workday",
|
|
"codeowners": ["@fabaff", "@gjohansson-ST"],
|
|
"documentation": "https://www.home-assistant.io/integrations/workday",
|
|
"iot_class": "local_polling",
|
|
"loggers": [
|
|
"convertdate",
|
|
"hijri_converter",
|
|
"holidays",
|
|
"korean_lunar_calendar"
|
|
],
|
|
"quality_scale": "internal",
|
|
"requirements": ["holidays==0.21.13"]
|
|
}
|