Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.issue_registry.IssueSeverity Class Reference
Inheritance diagram for homeassistant.helpers.issue_registry.IssueSeverity:
[legend]
Collaboration diagram for homeassistant.helpers.issue_registry.IssueSeverity:
[legend]

Static Public Attributes

string CRITICAL = "critical"
 
string ERROR = "error"
 
string WARNING = "warning"
 

Detailed Description

Issue severity.

Definition at line 41 of file issue_registry.py.

Member Data Documentation

◆ CRITICAL

string homeassistant.helpers.issue_registry.IssueSeverity.CRITICAL = "critical"
static

Definition at line 44 of file issue_registry.py.

◆ ERROR

string homeassistant.helpers.issue_registry.IssueSeverity.ERROR = "error"
static

Definition at line 45 of file issue_registry.py.

◆ WARNING

string homeassistant.helpers.issue_registry.IssueSeverity.WARNING = "warning"
static

Definition at line 46 of file issue_registry.py.


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