diff --git a/homeassistant/components/toon/manifest.json b/homeassistant/components/toon/manifest.json index 5e5af394074..17755a6e0b6 100644 --- a/homeassistant/components/toon/manifest.json +++ b/homeassistant/components/toon/manifest.json @@ -12,6 +12,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/toon", + "integration_type": "device", "iot_class": "cloud_push", "loggers": ["toonapi"], "requirements": ["toonapi==0.3.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 021d9a5b00e..d133db1ed6d 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7096,7 +7096,7 @@ }, "toon": { "name": "Toon", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "cloud_push" },