From 9629076b0077edaa112923697a87e9c08c955520 Mon Sep 17 00:00:00 2001 From: Artur Pragacz Date: Tue, 2 Dec 2025 11:47:26 +0100 Subject: [PATCH] Add integration type to hassio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- homeassistant/components/hassio/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json index c6a419bba83..9b1e2b461a4 100644 --- a/homeassistant/components/hassio/manifest.json +++ b/homeassistant/components/hassio/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@home-assistant/supervisor"], "dependencies": ["http", "repairs"], "documentation": "https://www.home-assistant.io/integrations/hassio", + "integration_type": "system", "iot_class": "local_polling", "quality_scale": "internal", "requirements": ["aiohasupervisor==0.3.3"],