Skip to content

Commit d996d7b

Browse files
authored
Add integration_type service to hko (home-assistant#159127)
1 parent d28a459 commit d996d7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/hko/manifest.json

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

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@
27472747
},
27482748
"hko": {
27492749
"name": "Hong Kong Observatory",
2750-
"integration_type": "hub",
2750+
"integration_type": "service",
27512751
"config_flow": true,
27522752
"iot_class": "cloud_polling"
27532753
},

0 commit comments

Comments
 (0)