Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tplink_omada.switch.OmadaDevicePortSwitchEntity
 
class  homeassistant.components.tplink_omada.switch.OmadaDevicePortSwitchEntityDescription
 
class  homeassistant.components.tplink_omada.switch.OmadaGatewayPortConfigSwitchEntityDescription
 
class  homeassistant.components.tplink_omada.switch.OmadaGatewayPortStatusSwitchEntityDescription
 
class  homeassistant.components.tplink_omada.switch.OmadaSwitchPortSwitchEntityDescription
 

Namespaces

 

Functions

str homeassistant.components.tplink_omada.switch._get_switch_port_base_name (OmadaSwitchPortDetails port)
 
None homeassistant.components.tplink_omada.switch._wan_connect_disconnect (OmadaSiteClient client, OmadaDevice device, OmadaGatewayPortStatus port, bool enable, bool ipv6)
 
None homeassistant.components.tplink_omada.switch.async_setup_entry (HomeAssistant hass, OmadaConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.tplink_omada.switch.TCoordinator = TypeVar("TCoordinator", bound="OmadaCoordinator[Any]")
 
 homeassistant.components.tplink_omada.switch.TDevice = TypeVar("TDevice", bound="OmadaDevice")
 
 homeassistant.components.tplink_omada.switch.TPort = TypeVar("TPort")