Home Assistant Unofficial Reference 2024.12.1
update.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zwave_js.update.ZWaveNodeFirmwareUpdate
 
class  homeassistant.components.zwave_js.update.ZWaveNodeFirmwareUpdateExtraStoredData
 

Namespaces

 homeassistant.components.zwave_js.update
 

Functions

None homeassistant.components.zwave_js.update.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.zwave_js.update.ATTR_LATEST_VERSION_FIRMWARE = "latest_version_firmware"
 
int homeassistant.components.zwave_js.update.PARALLEL_UPDATES = 1
 
int homeassistant.components.zwave_js.update.UPDATE_DELAY_INTERVAL = 5
 
string homeassistant.components.zwave_js.update.UPDATE_DELAY_STRING = "delay"