From 84d2ec484dc7a18592365134d459c4bab85a6cee Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 19 Feb 2026 08:14:47 +0100 Subject: [PATCH] Add integration_type device to slimproto (#163396) --- homeassistant/components/slimproto/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/slimproto/manifest.json b/homeassistant/components/slimproto/manifest.json index f270e020740..4ce170bf078 100644 --- a/homeassistant/components/slimproto/manifest.json +++ b/homeassistant/components/slimproto/manifest.json @@ -5,6 +5,7 @@ "codeowners": ["@marcelveldt"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/slimproto", + "integration_type": "device", "iot_class": "local_push", "requirements": ["aioslimproto==3.0.0"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 546a664ac57..41dec53ea80 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6290,7 +6290,7 @@ }, "slimproto": { "name": "SlimProto (Squeezebox players)", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },