Skip to content

Commit 6253ade

Browse files
authored
Add integration_type service to datadog (home-assistant#158927)
1 parent e589037 commit 6253ade

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/datadog/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": [],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/datadog",
7+
"integration_type": "service",
78
"iot_class": "local_push",
89
"loggers": ["datadog"],
910
"quality_scale": "legacy",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
},
12071207
"datadog": {
12081208
"name": "Datadog",
1209-
"integration_type": "hub",
1209+
"integration_type": "service",
12101210
"config_flow": true,
12111211
"iot_class": "local_push"
12121212
},

0 commit comments

Comments
 (0)