Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.issue_registry.IssueRegistry Member List

This is the complete list of members for homeassistant.helpers.issue_registry.IssueRegistry, including all inherited members.

__init__(self, HomeAssistant hass)homeassistant.helpers.issue_registry.IssueRegistry
_data_to_save(self)homeassistant.helpers.issue_registry.IssueRegistryprivate
_storehomeassistant.helpers.issue_registry.IssueRegistryprivate
async_delete(self, str domain, str issue_id)homeassistant.helpers.issue_registry.IssueRegistry
async_get_issue(self, str domain, str issue_id)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)homeassistant.helpers.issue_registry.IssueRegistry
async_ignore(self, str domain, str issue_id, bool ignore)homeassistant.helpers.issue_registry.IssueRegistry
async_load(self)homeassistant.helpers.issue_registry.IssueRegistry
hasshomeassistant.helpers.issue_registry.IssueRegistry
issueshomeassistant.helpers.issue_registry.IssueRegistry
make_read_only(self)homeassistant.helpers.issue_registry.IssueRegistry