Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.person.PersonStore Class Reference
Inheritance diagram for homeassistant.components.person.PersonStore:
[legend]
Collaboration diagram for homeassistant.components.person.PersonStore:
[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

Person storage.

Definition at line 188 of file __init__.py.

Member Function Documentation

◆ _async_migrate_func()

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

Migrate storage to use format of collection helper.

Definition at line 191 of file __init__.py.


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