Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_photos.services
 

Functions

list[tuple[str, bytes]] homeassistant.components.google_photos.services._read_file_contents (HomeAssistant hass, list[str] filenames)
 
None homeassistant.components.google_photos.services.async_register_services (HomeAssistant hass)
 

Variables

string homeassistant.components.google_photos.services.CONF_ALBUM = "album"
 
string homeassistant.components.google_photos.services.CONF_CONFIG_ENTRY_ID = "config_entry_id"
 
int homeassistant.components.google_photos.services.CONTENT_SIZE_LIMIT = 20 * 1024 * 1024
 
string homeassistant.components.google_photos.services.UPLOAD_SERVICE = "upload"
 
 homeassistant.components.google_photos.services.UPLOAD_SERVICE_SCHEMA