mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add integration_type service to hko (#159127)
This commit is contained in:
committed by
GitHub
parent
d28a4598d5
commit
d996d7b113
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@MisterCommand"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/hko",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["hko==0.3.2"]
|
||||
}
|
||||
|
||||
@@ -2747,7 +2747,7 @@
|
||||
},
|
||||
"hko": {
|
||||
"name": "Hong Kong Observatory",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user