mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"domain": "workday",
|
|
"name": "Workday",
|
|
"codeowners": ["@fabaff", "@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/workday",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["holidays"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["holidays==0.84"]
|
|
}
|