diff --git a/homeassistant/components/opengarage/manifest.json b/homeassistant/components/opengarage/manifest.json index 90c59ed1a3c..adc456d8d8b 100644 --- a/homeassistant/components/opengarage/manifest.json +++ b/homeassistant/components/opengarage/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@danielhiversen"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/opengarage", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["opengarage"], "requirements": ["open-garage==0.2.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index bc3ec9f1a1e..0b627632ed6 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4767,7 +4767,7 @@ }, "opengarage": { "name": "OpenGarage", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },