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

Classes

class  TPLinkBinarySensorEntity
 
class  TPLinkBinarySensorEntityDescription
 

Functions

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

Variables

dictionary BINARYSENSOR_DESCRIPTIONS_MAP = {desc.key: desc for desc in BINARY_SENSOR_DESCRIPTIONS}
 

Detailed Description

Support for TPLink binary sensors.

Function Documentation

◆ async_setup_entry()

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

Definition at line 70 of file binary_sensor.py.

Variable Documentation

◆ BINARYSENSOR_DESCRIPTIONS_MAP

dictionary homeassistant.components.tplink.binary_sensor.BINARYSENSOR_DESCRIPTIONS_MAP = {desc.key: desc for desc in BINARY_SENSOR_DESCRIPTIONS}

Definition at line 67 of file binary_sensor.py.