From debf07e3fcb2bb902f3925b6cc276bd7fb3f63c8 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 20 Feb 2026 19:46:07 +0100 Subject: [PATCH] Add integration_type device to toon (#163671) --- homeassistant/components/toon/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },