From 9d2c2d90c83a5cbf77a261c440caaee209853057 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 6 Aug 2024 13:20:32 +0200 Subject: [PATCH] Mark Google Assistant integration as system type (#123233) --- homeassistant/components/google_assistant/manifest.json | 1 + homeassistant/generated/integrations.json | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/homeassistant/components/google_assistant/manifest.json b/homeassistant/components/google_assistant/manifest.json index e36f6a1ca8787f..a38ea4f7cfbd92 100644 --- a/homeassistant/components/google_assistant/manifest.json +++ b/homeassistant/components/google_assistant/manifest.json @@ -5,5 +5,6 @@ "codeowners": ["@home-assistant/cloud"], "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/google_assistant", + "integration_type": "system", "iot_class": "cloud_push" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 2e68bee3146a8a..69d65fd4bd8e3c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2225,12 +2225,6 @@ "google": { "name": "Google", "integrations": { - "google_assistant": { - "integration_type": "hub", - "config_flow": false, - "iot_class": "cloud_push", - "name": "Google Assistant" - }, "google_assistant_sdk": { "integration_type": "service", "config_flow": true,