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

Classes

class  DROPBinarySensor
 
class  DROPBinarySensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ALERT_SENSOR = "alert_sensor"
 
string LEAK_DETECTED = "leak"
 
string PENDING_NOTIFICATION = "pending_notification"
 
string POWER = "power"
 
string PUMP_STATUS = "pump"
 
string RESERVE_IN_USE = "reserve_in_use"
 
string SALT_LOW = "salt"
 

Detailed Description

Support for DROP binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.drop_connect.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the DROP binary sensors from config entry.

Definition at line 107 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.drop_connect.binary_sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file binary_sensor.py.

◆ ALERT_SENSOR

string homeassistant.components.drop_connect.binary_sensor.ALERT_SENSOR = "alert_sensor"

Definition at line 37 of file binary_sensor.py.

◆ LEAK_DETECTED

string homeassistant.components.drop_connect.binary_sensor.LEAK_DETECTED = "leak"

Definition at line 38 of file binary_sensor.py.

◆ PENDING_NOTIFICATION

string homeassistant.components.drop_connect.binary_sensor.PENDING_NOTIFICATION = "pending_notification"

Definition at line 39 of file binary_sensor.py.

◆ POWER

string homeassistant.components.drop_connect.binary_sensor.POWER = "power"

Definition at line 40 of file binary_sensor.py.

◆ PUMP_STATUS

string homeassistant.components.drop_connect.binary_sensor.PUMP_STATUS = "pump"

Definition at line 41 of file binary_sensor.py.

◆ RESERVE_IN_USE

string homeassistant.components.drop_connect.binary_sensor.RESERVE_IN_USE = "reserve_in_use"

Definition at line 42 of file binary_sensor.py.

◆ SALT_LOW

string homeassistant.components.drop_connect.binary_sensor.SALT_LOW = "salt"

Definition at line 43 of file binary_sensor.py.