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

Classes

class  ZWaveNodeFirmwareUpdate
 
class  ZWaveNodeFirmwareUpdateExtraStoredData
 

Functions

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

Variables

string ATTR_LATEST_VERSION_FIRMWARE = "latest_version_firmware"
 
int PARALLEL_UPDATES = 1
 
int UPDATE_DELAY_INTERVAL = 5
 
string UPDATE_DELAY_STRING = "delay"
 

Detailed Description

Representation of Z-Wave updates.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zwave_js.update.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Z-Wave update entity from config entry.

Definition at line 77 of file update.py.

Variable Documentation

◆ ATTR_LATEST_VERSION_FIRMWARE

string homeassistant.components.zwave_js.update.ATTR_LATEST_VERSION_FIRMWARE = "latest_version_firmware"

Definition at line 46 of file update.py.

◆ PARALLEL_UPDATES

int homeassistant.components.zwave_js.update.PARALLEL_UPDATES = 1

Definition at line 42 of file update.py.

◆ UPDATE_DELAY_INTERVAL

int homeassistant.components.zwave_js.update.UPDATE_DELAY_INTERVAL = 5

Definition at line 45 of file update.py.

◆ UPDATE_DELAY_STRING

string homeassistant.components.zwave_js.update.UPDATE_DELAY_STRING = "delay"

Definition at line 44 of file update.py.