diff --git a/homeassistant/components/google_photos/manifest.json b/homeassistant/components/google_photos/manifest.json index 9a2e7bc13f4..85b9d060a11 100644 --- a/homeassistant/components/google_photos/manifest.json +++ b/homeassistant/components/google_photos/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/google_photos", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["google_photos_library_api"], "requirements": ["google-photos-library-api==0.12.1"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 209a4d4d128..5c9c300bcdc 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2465,7 +2465,7 @@ "name": "Google Maps" }, "google_photos": { - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling", "name": "Google Photos"