Home Assistant Unofficial Reference 2024.12.1
issue_registry.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.issue_registry.EventIssueRegistryUpdatedData
 
class  homeassistant.helpers.issue_registry.IssueEntry
 
class  homeassistant.helpers.issue_registry.IssueRegistry
 
class  homeassistant.helpers.issue_registry.IssueRegistryStore
 
class  homeassistant.helpers.issue_registry.IssueSeverity
 

Namespaces

 homeassistant.helpers.issue_registry
 

Functions

None homeassistant.helpers.issue_registry.async_create_issue (HomeAssistant hass, 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=False, str|None issue_domain=None, str|None learn_more_url=None, IssueSeverity severity, str translation_key, dict[str, str]|None translation_placeholders=None)
 
None homeassistant.helpers.issue_registry.async_delete_issue (HomeAssistant hass, str domain, str issue_id)
 
IssueRegistry homeassistant.helpers.issue_registry.async_get (HomeAssistant hass)
 
None homeassistant.helpers.issue_registry.async_ignore_issue (HomeAssistant hass, str domain, str issue_id, bool ignore)
 
None homeassistant.helpers.issue_registry.async_load (HomeAssistant hass, *bool read_only=False)
 
None homeassistant.helpers.issue_registry.create_issue (HomeAssistant hass, 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=False, str|None issue_domain=None, str|None learn_more_url=None, IssueSeverity severity, str translation_key, dict[str, str]|None translation_placeholders=None)
 
None homeassistant.helpers.issue_registry.delete_issue (HomeAssistant hass, str domain, str issue_id)
 

Variables

string homeassistant.helpers.issue_registry.STORAGE_KEY = "repairs.issue_registry"
 
int homeassistant.helpers.issue_registry.STORAGE_VERSION_MAJOR = 1
 
int homeassistant.helpers.issue_registry.STORAGE_VERSION_MINOR = 2