Config entry state.
Definition at line 143 of file config_entries.py.
◆ __new__()
| Self homeassistant.config_entries.ConfigEntryState.__new__ |
( |
|
cls, |
|
|
str |
value, |
|
|
bool |
recoverable |
|
) |
| |
◆ recoverable()
| bool homeassistant.config_entries.ConfigEntryState.recoverable |
( |
|
self | ) |
|
Get if the state is recoverable.
If the entry state is recoverable, unloads
and reloads are allowed.
Definition at line 171 of file config_entries.py.
◆ FAILED_UNLOAD
| string homeassistant.config_entries.ConfigEntryState.FAILED_UNLOAD = "failed_unload", False |
|
static |
◆ LOADED
| string homeassistant.config_entries.ConfigEntryState.LOADED = "loaded", True |
|
static |
◆ MIGRATION_ERROR
| string homeassistant.config_entries.ConfigEntryState.MIGRATION_ERROR = "migration_error", False |
|
static |
◆ NOT_LOADED
| string homeassistant.config_entries.ConfigEntryState.NOT_LOADED = "not_loaded", True |
|
static |
◆ SETUP_ERROR
| string homeassistant.config_entries.ConfigEntryState.SETUP_ERROR = "setup_error", True |
|
static |
◆ SETUP_IN_PROGRESS
| string homeassistant.config_entries.ConfigEntryState.SETUP_IN_PROGRESS = "setup_in_progress", False |
|
static |
◆ SETUP_RETRY
| string homeassistant.config_entries.ConfigEntryState.SETUP_RETRY = "setup_retry", True |
|
static |
The documentation for this class was generated from the following file: