diff --git a/homeassistant/components/motioneye/manifest.json b/homeassistant/components/motioneye/manifest.json index ca99361981f..852945ac1c0 100644 --- a/homeassistant/components/motioneye/manifest.json +++ b/homeassistant/components/motioneye/manifest.json @@ -6,6 +6,7 @@ "config_flow": true, "dependencies": ["http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/motioneye", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["motioneye_client"], "requirements": ["motioneye-client==0.3.14"]