Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.teslemetry.update Namespace Reference

Classes

class  TeslemetryUpdateEntity
 

Functions

None async_setup_entry (HomeAssistant hass, TeslemetryConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

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

Detailed Description

Update platform for Teslemetry integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.teslemetry.update.async_setup_entry ( HomeAssistant  hass,
TeslemetryConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Teslemetry update platform from a config entry.

Definition at line 27 of file update.py.

Variable Documentation

◆ AVAILABLE

string homeassistant.components.teslemetry.update.AVAILABLE = "available"

Definition at line 18 of file update.py.

◆ DOWNLOADING

string homeassistant.components.teslemetry.update.DOWNLOADING = "downloading"

Definition at line 19 of file update.py.

◆ INSTALLING

string homeassistant.components.teslemetry.update.INSTALLING = "installing"

Definition at line 20 of file update.py.

◆ PARALLEL_UPDATES

int homeassistant.components.teslemetry.update.PARALLEL_UPDATES = 0

Definition at line 24 of file update.py.

◆ SCHEDULED

string homeassistant.components.teslemetry.update.SCHEDULED = "scheduled"

Definition at line 22 of file update.py.

◆ WIFI_WAIT

string homeassistant.components.teslemetry.update.WIFI_WAIT = "downloading_wifi_wait"

Definition at line 21 of file update.py.