Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tplink.coordinator Namespace Reference

Classes

class  TPLinkDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
float REQUEST_REFRESH_DELAY = 0.35
 

Detailed Description

Component to embed TP-Link smart home devices.

Variable Documentation

◆ _LOGGER

homeassistant.components.tplink.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file coordinator.py.

◆ REQUEST_REFRESH_DELAY

float homeassistant.components.tplink.coordinator.REQUEST_REFRESH_DELAY = 0.35

Definition at line 18 of file coordinator.py.