1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type service to datadog (#158927)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:40:48 +01:00
committed by GitHub
parent e5890378a1
commit 6253ade3e2
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/datadog",
"integration_type": "service",
"iot_class": "local_push",
"loggers": ["datadog"],
"quality_scale": "legacy",

View File

@@ -1206,7 +1206,7 @@
},
"datadog": {
"name": "Datadog",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_push"
},