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

Classes

class  OmadaDeviceEntity
 

Functions

None __init__ (self, _T coordinator, OmadaDevice device)
 

Variables

 _attr_device_info
 
bool _attr_has_entity_name = True
 
 device
 

Detailed Description

Base entity definitions.

Function Documentation

◆ __init__()

None homeassistant.components.tplink_omada.entity.__init__ (   self,
_T  coordinator,
OmadaDevice  device 
)
Initialize the device.

Definition at line 19 of file entity.py.

Variable Documentation

◆ _attr_device_info

homeassistant.components.tplink_omada.entity._attr_device_info
private

Definition at line 23 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.tplink_omada.entity._attr_has_entity_name = True
private
Common base class for all entities associated with Omada SDN Devices.

Definition at line 17 of file entity.py.

◆ device

homeassistant.components.tplink_omada.entity.device

Definition at line 22 of file entity.py.