diff --git a/homeassistant/components/canary/manifest.json b/homeassistant/components/canary/manifest.json index 9383bc91556..6b2f17ebc26 100644 --- a/homeassistant/components/canary/manifest.json +++ b/homeassistant/components/canary/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["ffmpeg"], "documentation": "https://www.home-assistant.io/integrations/canary", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["canary"], "requirements": ["py-canary==0.5.4"],