Functions | |
| str | _get_switch_port_base_name (OmadaSwitchPortDetails port) |
| None | _wan_connect_disconnect (OmadaSiteClient client, OmadaDevice device, OmadaGatewayPortStatus port, bool enable, bool ipv6) |
| None | async_setup_entry (HomeAssistant hass, OmadaConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| TCoordinator = TypeVar("TCoordinator", bound="OmadaCoordinator[Any]") | |
| TDevice = TypeVar("TDevice", bound="OmadaDevice") | |
| TPort = TypeVar("TPort") | |
Support for TPLink Omada device toggle options.
|
private |
|
private |
| None homeassistant.components.tplink_omada.switch.async_setup_entry | ( | HomeAssistant | hass, |
| OmadaConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| homeassistant.components.tplink_omada.switch.TCoordinator = TypeVar("TCoordinator", bound="OmadaCoordinator[Any]") |
| homeassistant.components.tplink_omada.switch.TDevice = TypeVar("TDevice", bound="OmadaDevice") |