From 6fc000ee2af2baa585af780d91635aea2047102f Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:37:37 +0100 Subject: [PATCH] Add integration type to google (#157729) Co-authored-by: Claude --- homeassistant/components/google/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index 5ec4359f6eef..c828b971b99d 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/google", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["googleapiclient"], "requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==11.1.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8af41a8f6cc7..ba657f25f536 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2488,7 +2488,7 @@ "name": "Google Wifi" }, "google": { - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling", "name": "Google Calendar"