Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_photos Namespace Reference

Namespaces

 api
 
 application_credentials
 
 config_flow
 
 const
 
 coordinator
 
 media_source
 
 services
 
 types
 

Functions

bool async_setup_entry (HomeAssistant hass, GooglePhotosConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, GooglePhotosConfigEntry entry)
 

Variables

list __all__
 

Detailed Description

The Google Photos integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.google_photos.async_setup_entry ( HomeAssistant  hass,
GooglePhotosConfigEntry   entry 
)
Set up Google Photos from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.google_photos.async_unload_entry ( HomeAssistant  hass,
GooglePhotosConfigEntry   entry 
)
Unload a config entry.

Definition at line 55 of file __init__.py.

Variable Documentation

◆ __all__

list homeassistant.components.google_photos.__all__
private
Initial value:
1 = [
2  "DOMAIN",
3 ]

Definition at line 19 of file __init__.py.