1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type service to google_photos (#159084)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 12:22:12 +01:00
committed by GitHub
parent 23459d69c9
commit d29d82cf20
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -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"