diff --git a/homeassistant/components/kodi/manifest.json b/homeassistant/components/kodi/manifest.json index 708a15e0fc2..7a36c240ff6 100644 --- a/homeassistant/components/kodi/manifest.json +++ b/homeassistant/components/kodi/manifest.json @@ -5,6 +5,7 @@ "codeowners": ["@OnFreund"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/kodi", + "integration_type": "service", "iot_class": "local_push", "loggers": ["jsonrpc_async", "jsonrpc_base", "jsonrpc_websocket", "pykodi"], "requirements": ["pykodi==0.2.7"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 92e703b2ad4..bd0e500fd85 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3363,7 +3363,7 @@ }, "kodi": { "name": "Kodi", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "local_push" },