Home Assistant Unofficial Reference 2024.12.1
update.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.teslemetry.update.TeslemetryUpdateEntity
 

Namespaces

 homeassistant.components.teslemetry.update
 

Functions

None homeassistant.components.teslemetry.update.async_setup_entry (HomeAssistant hass, TeslemetryConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.teslemetry.update.AVAILABLE = "available"
 
string homeassistant.components.teslemetry.update.DOWNLOADING = "downloading"
 
string homeassistant.components.teslemetry.update.INSTALLING = "installing"
 
int homeassistant.components.teslemetry.update.PARALLEL_UPDATES = 0
 
string homeassistant.components.teslemetry.update.SCHEDULED = "scheduled"
 
string homeassistant.components.teslemetry.update.WIFI_WAIT = "downloading_wifi_wait"