Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.issue_registry.IssueRegistryStore Class Reference
Inheritance diagram for homeassistant.helpers.issue_registry.IssueRegistryStore:
[legend]
Collaboration diagram for homeassistant.helpers.issue_registry.IssueRegistryStore:
[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 entity registry data.

Definition at line 95 of file issue_registry.py.

Member Function Documentation

◆ _async_migrate_func()

dict[str, Any] homeassistant.helpers.issue_registry.IssueRegistryStore._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 98 of file issue_registry.py.


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