Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| controller | |
| coordinator | |
| device_tracker | |
| entity | |
| sensor | |
| switch | |
| update | |
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 | |
The TP-Link Omada integration.
|
private |
Definition at line 95 of file __init__.py.
| 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.
| bool homeassistant.components.tplink_omada.async_unload_entry | ( | HomeAssistant | hass, |
| OmadaConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 80 of file __init__.py.
| homeassistant.components.tplink_omada.OmadaConfigEntry |
Definition at line 33 of file __init__.py.