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

Classes

class  TPLinkFanEntity
 

Functions

None async_setup_entry (HomeAssistant hass, TPLinkConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple SPEED_RANGE = (1, 4)
 

Detailed Description

Support for TPLink Fan devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tplink.fan.async_setup_entry ( HomeAssistant  hass,
TPLinkConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up fans.

Definition at line 26 of file fan.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file fan.py.

◆ SPEED_RANGE

tuple homeassistant.components.tplink.fan.SPEED_RANGE = (1, 4)

Definition at line 55 of file fan.py.