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

Namespaces

 
 
 
 
 
 
 
 
 
 

Functions

None _remove_old_devices (HomeAssistant hass, OmadaConfigEntry entry, dict[str, OmadaListDevice] omada_devices)
 
bool async_setup_entry (HomeAssistant hass, OmadaConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, OmadaConfigEntry entry)
 

Variables

 OmadaConfigEntry
 

Detailed Description

The TP-Link Omada integration.

Function Documentation

◆ _remove_old_devices()

None homeassistant.components.tplink_omada._remove_old_devices ( HomeAssistant  hass,
OmadaConfigEntry  entry,
dict[str, OmadaListDevice]  omada_devices 
)
private

Definition at line 95 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.tplink_omada.async_setup_entry ( HomeAssistant  hass,
OmadaConfigEntry  entry 
)
Set up TP-Link Omada from a config entry.

Definition at line 36 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.tplink_omada.async_unload_entry ( HomeAssistant  hass,
OmadaConfigEntry  entry 
)
Unload a config entry.

Definition at line 80 of file __init__.py.

Variable Documentation

◆ OmadaConfigEntry

homeassistant.components.tplink_omada.OmadaConfigEntry

Definition at line 33 of file __init__.py.