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"