1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration type to workday (#157731)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-18 19:50:10 +01:00
committed by GitHub
parent 36691e2a3d
commit ccb64d7fd8
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"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",

View File

@@ -7596,7 +7596,7 @@
"iot_class": "cloud_polling"
},
"workday": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},