Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google.store Namespace Reference

Classes

class  LocalCalendarStore
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string STORAGE_KEY_FORMAT = "{domain}.{entry_id}"
 
int STORAGE_SAVE_DELAY_SECONDS = 120
 
int STORAGE_VERSION = 1
 

Detailed Description

Google Calendar local storage.

Variable Documentation

◆ _LOGGER

homeassistant.components.google.store._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file store.py.

◆ STORAGE_KEY_FORMAT

string homeassistant.components.google.store.STORAGE_KEY_FORMAT = "{domain}.{entry_id}"

Definition at line 17 of file store.py.

◆ STORAGE_SAVE_DELAY_SECONDS

int homeassistant.components.google.store.STORAGE_SAVE_DELAY_SECONDS = 120

Definition at line 20 of file store.py.

◆ STORAGE_VERSION

int homeassistant.components.google.store.STORAGE_VERSION = 1

Definition at line 18 of file store.py.