Variables | |
| string | DOMAIN = "google_photos" |
| string | OAUTH2_AUTHORIZE = "https://accounts.google.com/o/oauth2/v2/auth" |
| list | OAUTH2_SCOPES |
| string | OAUTH2_TOKEN = "https://oauth2.googleapis.com/token" |
| string | READ_SCOPE = "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata" |
| string | UPLOAD_SCOPE = "https://www.googleapis.com/auth/photoslibrary.appendonly" |
Constants for the Google Photos integration.
| string homeassistant.components.google_photos.const.DOMAIN = "google_photos" |
| string homeassistant.components.google_photos.const.OAUTH2_AUTHORIZE = "https://accounts.google.com/o/oauth2/v2/auth" |
| list homeassistant.components.google_photos.const.OAUTH2_SCOPES |
| string homeassistant.components.google_photos.const.OAUTH2_TOKEN = "https://oauth2.googleapis.com/token" |
| string homeassistant.components.google_photos.const.READ_SCOPE = "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata" |