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

Classes

class  FirmwareUpdateStatus
 
class  OmadaDeviceUpdate
 
class  OmadaFirmwareUpdateCoordinator
 

Functions

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

Variables

int POLL_DELAY_UPGRADE = 60
 

Detailed Description

Support for TPLink Omada device firmware updates.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tplink_omada.update.async_setup_entry ( HomeAssistant  hass,
OmadaConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up switches.

Definition at line 91 of file update.py.

Variable Documentation

◆ POLL_DELAY_UPGRADE

int homeassistant.components.tplink_omada.update.POLL_DELAY_UPGRADE = 60

Definition at line 25 of file update.py.