Skip to content

Commit 29d06cf

Browse files
authored
Add integration_type service to github (home-assistant#159032)
1 parent 365d168 commit 29d06cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/github/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@timmo001", "@ludeeus"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/github",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["aiogithubapi"],
910
"requirements": ["aiogithubapi==24.6.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@
23622362
},
23632363
"github": {
23642364
"name": "GitHub",
2365-
"integration_type": "hub",
2365+
"integration_type": "service",
23662366
"config_flow": true,
23672367
"iot_class": "cloud_polling"
23682368
},

0 commit comments

Comments
 (0)