Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.prefs Namespace Reference

Classes

class  CloudPreferences
 
class  CloudPreferencesStore
 

Variables

int ALEXA_SETTINGS_VERSION = 3
 
int GOOGLE_SETTINGS_VERSION = 3
 
 STORAGE_KEY = DOMAIN
 
int STORAGE_VERSION = 1
 
int STORAGE_VERSION_MINOR = 4
 

Detailed Description

Preference management for cloud.

Variable Documentation

◆ ALEXA_SETTINGS_VERSION

int homeassistant.components.cloud.prefs.ALEXA_SETTINGS_VERSION = 3

Definition at line 56 of file prefs.py.

◆ GOOGLE_SETTINGS_VERSION

int homeassistant.components.cloud.prefs.GOOGLE_SETTINGS_VERSION = 3

Definition at line 57 of file prefs.py.

◆ STORAGE_KEY

homeassistant.components.cloud.prefs.STORAGE_KEY = DOMAIN

Definition at line 52 of file prefs.py.

◆ STORAGE_VERSION

int homeassistant.components.cloud.prefs.STORAGE_VERSION = 1

Definition at line 53 of file prefs.py.

◆ STORAGE_VERSION_MINOR

int homeassistant.components.cloud.prefs.STORAGE_VERSION_MINOR = 4

Definition at line 54 of file prefs.py.