diff --git a/homeassistant/components/kegtron/manifest.json b/homeassistant/components/kegtron/manifest.json index aa73cdd57db..f457278ab1e 100644 --- a/homeassistant/components/kegtron/manifest.json +++ b/homeassistant/components/kegtron/manifest.json @@ -11,6 +11,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/kegtron", + "integration_type": "device", "iot_class": "local_push", "requirements": ["kegtron-ble==1.0.2"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index a514ae30508..45c2107f258 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3302,7 +3302,7 @@ }, "kegtron": { "name": "Kegtron", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },