Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_photos.const
 

Variables

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"
 
string homeassistant.components.google_photos.const.UPLOAD_SCOPE = "https://www.googleapis.com/auth/photoslibrary.appendonly"