Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.prefs.CloudPreferencesStore Class Reference
Inheritance diagram for homeassistant.components.cloud.prefs.CloudPreferencesStore:
[legend]
Collaboration diagram for homeassistant.components.cloud.prefs.CloudPreferencesStore:
[legend]

Private Member Functions

dict[str, Any] _async_migrate_func (self, int old_major_version, int old_minor_version, dict[str, Any] old_data)
 

Detailed Description

Store cloud preferences.

Definition at line 60 of file prefs.py.

Member Function Documentation

◆ _async_migrate_func()

dict[str, Any] homeassistant.components.cloud.prefs.CloudPreferencesStore._async_migrate_func (   self,
int  old_major_version,
int  old_minor_version,
dict[str, Any]   old_data 
)
private
Migrate to the new version.

Definition at line 63 of file prefs.py.


The documentation for this class was generated from the following file: