mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
13 lines
408 B
JSON
13 lines
408 B
JSON
{
|
|
"domain": "google_photos",
|
|
"name": "Google Photos",
|
|
"codeowners": ["@allenporter"],
|
|
"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"]
|
|
}
|