diff --git a/homeassistant/components/hko/manifest.json b/homeassistant/components/hko/manifest.json index 74718bb98c2..e1b9602324a 100644 --- a/homeassistant/components/hko/manifest.json +++ b/homeassistant/components/hko/manifest.json @@ -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"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 98b01aa27d9..f88e776e04c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2747,7 +2747,7 @@ }, "hko": { "name": "Hong Kong Observatory", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },