Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tessie.const .TessieUpdateStatus Class Reference
Inheritance diagram for homeassistant.components.tessie.const .TessieUpdateStatus:
[legend]
Collaboration diagram for homeassistant.components.tessie.const .TessieUpdateStatus:
[legend]

Static Public Attributes

string AVAILABLE = "available"
 
string DOWNLOADING = "downloading"
 
string INSTALLING = "installing"
 
string SCHEDULED = "scheduled"
 
string WIFI_WAIT = "downloading_wifi_wait"
 

Detailed Description

Tessie Update Statuses.

Definition at line 69 of file const.py.

Member Data Documentation

◆ AVAILABLE

string homeassistant.components.tessie.const .TessieUpdateStatus.AVAILABLE = "available"
static

Definition at line 72 of file const.py.

◆ DOWNLOADING

string homeassistant.components.tessie.const .TessieUpdateStatus.DOWNLOADING = "downloading"
static

Definition at line 73 of file const.py.

◆ INSTALLING

string homeassistant.components.tessie.const .TessieUpdateStatus.INSTALLING = "installing"
static

Definition at line 74 of file const.py.

◆ SCHEDULED

string homeassistant.components.tessie.const .TessieUpdateStatus.SCHEDULED = "scheduled"
static

Definition at line 76 of file const.py.

◆ WIFI_WAIT

string homeassistant.components.tessie.const .TessieUpdateStatus.WIFI_WAIT = "downloading_wifi_wait"
static

Definition at line 75 of file const.py.


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