Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hassio.addon_manager.AddonState Class Reference
Inheritance diagram for homeassistant.components.hassio.addon_manager.AddonState:
[legend]
Collaboration diagram for homeassistant.components.hassio.addon_manager.AddonState:
[legend]

Static Public Attributes

string INSTALLING = "installing"
 
string NOT_INSTALLED = "not_installed"
 
string NOT_RUNNING = "not_running"
 
string RUNNING = "running"
 
string UPDATING = "updating"
 

Detailed Description

Represent the current state of the add-on.

Definition at line 78 of file addon_manager.py.

Member Data Documentation

◆ INSTALLING

string homeassistant.components.hassio.addon_manager.AddonState.INSTALLING = "installing"
static

Definition at line 82 of file addon_manager.py.

◆ NOT_INSTALLED

string homeassistant.components.hassio.addon_manager.AddonState.NOT_INSTALLED = "not_installed"
static
Represent the current state of the add-on.

Definition at line 81 of file addon_manager.py.

◆ NOT_RUNNING

string homeassistant.components.hassio.addon_manager.AddonState.NOT_RUNNING = "not_running"
static

Definition at line 84 of file addon_manager.py.

◆ RUNNING

string homeassistant.components.hassio.addon_manager.AddonState.RUNNING = "running"
static

Definition at line 85 of file addon_manager.py.

◆ UPDATING

string homeassistant.components.hassio.addon_manager.AddonState.UPDATING = "updating"
static

Definition at line 83 of file addon_manager.py.


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