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:
committed by
GitHub
parent
23459d69c9
commit
d29d82cf20
@@ -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"]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user