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

Classes

class  ESPHomeDashboardUpdateEntity
 
class  ESPHomeUpdateEntity
 

Functions

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

Variables

string KEY_UPDATE_LOCK = "esphome_update_lock"
 
 NO_FEATURES = UpdateEntityFeature(0)
 

Detailed Description

Update platform for ESPHome.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.esphome.update.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up ESPHome update based on a config entry.

Definition at line 46 of file update.py.

Variable Documentation

◆ KEY_UPDATE_LOCK

string homeassistant.components.esphome.update.KEY_UPDATE_LOCK = "esphome_update_lock"

Definition at line 41 of file update.py.

◆ NO_FEATURES

homeassistant.components.esphome.update.NO_FEATURES = UpdateEntityFeature(0)

Definition at line 43 of file update.py.