|
| None | __init__ (self, HomeAssistant hass) |
| |
| None | async_delete (self, str domain, str issue_id) |
| |
| IssueEntry|None | async_get_issue (self, str domain, str issue_id) |
| |
| IssueEntry | async_get_or_create (self, str domain, str issue_id, *str|None breaks_in_ha_version=None, dict[str, str|int|float|None]|None data=None, bool is_fixable, bool is_persistent, str|None issue_domain=None, str|None learn_more_url=None, IssueSeverity severity, str translation_key, dict[str, str]|None translation_placeholders=None) |
| |
| IssueEntry | async_ignore (self, str domain, str issue_id, bool ignore) |
| |
| None | async_load (self) |
| |
| None | make_read_only (self) |
| |
Class to hold a registry of issues.
Definition at line 109 of file issue_registry.py.
◆ __init__()
| None homeassistant.helpers.issue_registry.IssueRegistry.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ _data_to_save()
| dict[str, list[dict[str, str | None]]] homeassistant.helpers.issue_registry.IssueRegistry._data_to_save |
( |
|
self | ) |
|
|
private |
◆ async_delete()
| None homeassistant.helpers.issue_registry.IssueRegistry.async_delete |
( |
|
self, |
|
|
str |
domain, |
|
|
str |
issue_id |
|
) |
| |
◆ async_get_issue()
| IssueEntry | None homeassistant.helpers.issue_registry.IssueRegistry.async_get_issue |
( |
|
self, |
|
|
str |
domain, |
|
|
str |
issue_id |
|
) |
| |
◆ async_get_or_create()
| IssueEntry homeassistant.helpers.issue_registry.IssueRegistry.async_get_or_create |
( |
|
self, |
|
|
str |
domain, |
|
|
str |
issue_id, |
|
|
*str | None |
breaks_in_ha_version = None, |
|
|
dict[str, str | int | float | None] | None |
data = None, |
|
|
bool |
is_fixable, |
|
|
bool |
is_persistent, |
|
|
str | None |
issue_domain = None, |
|
|
str | None |
learn_more_url = None, |
|
|
IssueSeverity |
severity, |
|
|
str |
translation_key, |
|
|
dict[str, str] | None |
translation_placeholders = None |
|
) |
| |
◆ async_ignore()
| IssueEntry homeassistant.helpers.issue_registry.IssueRegistry.async_ignore |
( |
|
self, |
|
|
str |
domain, |
|
|
str |
issue_id, |
|
|
bool |
ignore |
|
) |
| |
◆ async_load()
| None homeassistant.helpers.issue_registry.IssueRegistry.async_load |
( |
|
self | ) |
|
◆ make_read_only()
| None homeassistant.helpers.issue_registry.IssueRegistry.make_read_only |
( |
|
self | ) |
|
Make the registry read-only.
This method is irreversible.
Definition at line 247 of file issue_registry.py.
◆ _store
| homeassistant.helpers.issue_registry.IssueRegistry._store |
|
private |
◆ hass
| homeassistant.helpers.issue_registry.IssueRegistry.hass |
◆ issues
| homeassistant.helpers.issue_registry.IssueRegistry.issues |
The documentation for this class was generated from the following file: