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

Classes

class  TPLinkNumberEntity
 
class  TPLinkNumberEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary NUMBER_DESCRIPTIONS_MAP = {desc.key: desc for desc in NUMBER_DESCRIPTIONS}
 

Detailed Description

Support for TPLink number entities.

Function Documentation

◆ async_setup_entry()

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

Definition at line 59 of file number.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file number.py.

◆ NUMBER_DESCRIPTIONS_MAP

dictionary homeassistant.components.tplink.number.NUMBER_DESCRIPTIONS_MAP = {desc.key: desc for desc in NUMBER_DESCRIPTIONS}

Definition at line 56 of file number.py.