From d3879a36d163aa6307308738fbe5f2985441e053 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 31 Aug 2024 12:11:22 -0700 Subject: [PATCH] Add loggers for Google Photos integration (#124986) --- homeassistant/components/google_photos/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/google_photos/manifest.json b/homeassistant/components/google_photos/manifest.json index 3299b437d29..3fefb6cf610 100644 --- a/homeassistant/components/google_photos/manifest.json +++ b/homeassistant/components/google_photos/manifest.json @@ -6,5 +6,6 @@ "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/google_photos", "iot_class": "cloud_polling", + "loggers": ["googleapiclient"], "requirements": ["google-api-python-client==2.71.0"] }