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

Classes

class  DROPSensor
 
class  DROPSensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string AVERAGE_WATER_USED = "average_water_used"
 
string BATTERY = "battery"
 
string CAPACITY_REMAINING = "capacity_remaining"
 
string CARTRIDGE_1_LIFE = "cart1"
 
string CARTRIDGE_2_LIFE = "cart2"
 
string CARTRIDGE_3_LIFE = "cart3"
 
string CURRENT_FLOW_RATE = "current_flow_rate"
 
string CURRENT_SYSTEM_PRESSURE = "current_system_pressure"
 
string HIGH_SYSTEM_PRESSURE = "high_system_pressure"
 
string INLET_TDS = "inlet_tds"
 
string LOW_SYSTEM_PRESSURE = "low_system_pressure"
 
string OUTLET_TDS = "outlet_tds"
 
string PEAK_FLOW_RATE = "peak_flow_rate"
 
string TEMPERATURE = "temperature"
 
string WATER_USED_TODAY = "water_used_today"
 

Detailed Description

Support for DROP sensors.

Function Documentation

◆ async_setup_entry()

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

Definition at line 244 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 43 of file sensor.py.

◆ AVERAGE_WATER_USED

string homeassistant.components.drop_connect.sensor.AVERAGE_WATER_USED = "average_water_used"

Definition at line 50 of file sensor.py.

◆ BATTERY

string homeassistant.components.drop_connect.sensor.BATTERY = "battery"

Definition at line 55 of file sensor.py.

◆ CAPACITY_REMAINING

string homeassistant.components.drop_connect.sensor.CAPACITY_REMAINING = "capacity_remaining"

Definition at line 51 of file sensor.py.

◆ CARTRIDGE_1_LIFE

string homeassistant.components.drop_connect.sensor.CARTRIDGE_1_LIFE = "cart1"

Definition at line 59 of file sensor.py.

◆ CARTRIDGE_2_LIFE

string homeassistant.components.drop_connect.sensor.CARTRIDGE_2_LIFE = "cart2"

Definition at line 60 of file sensor.py.

◆ CARTRIDGE_3_LIFE

string homeassistant.components.drop_connect.sensor.CARTRIDGE_3_LIFE = "cart3"

Definition at line 61 of file sensor.py.

◆ CURRENT_FLOW_RATE

string homeassistant.components.drop_connect.sensor.CURRENT_FLOW_RATE = "current_flow_rate"

Definition at line 47 of file sensor.py.

◆ CURRENT_SYSTEM_PRESSURE

string homeassistant.components.drop_connect.sensor.CURRENT_SYSTEM_PRESSURE = "current_system_pressure"

Definition at line 52 of file sensor.py.

◆ HIGH_SYSTEM_PRESSURE

string homeassistant.components.drop_connect.sensor.HIGH_SYSTEM_PRESSURE = "high_system_pressure"

Definition at line 53 of file sensor.py.

◆ INLET_TDS

string homeassistant.components.drop_connect.sensor.INLET_TDS = "inlet_tds"

Definition at line 57 of file sensor.py.

◆ LOW_SYSTEM_PRESSURE

string homeassistant.components.drop_connect.sensor.LOW_SYSTEM_PRESSURE = "low_system_pressure"

Definition at line 54 of file sensor.py.

◆ OUTLET_TDS

string homeassistant.components.drop_connect.sensor.OUTLET_TDS = "outlet_tds"

Definition at line 58 of file sensor.py.

◆ PEAK_FLOW_RATE

string homeassistant.components.drop_connect.sensor.PEAK_FLOW_RATE = "peak_flow_rate"

Definition at line 48 of file sensor.py.

◆ TEMPERATURE

string homeassistant.components.drop_connect.sensor.TEMPERATURE = "temperature"

Definition at line 56 of file sensor.py.

◆ WATER_USED_TODAY

string homeassistant.components.drop_connect.sensor.WATER_USED_TODAY = "water_used_today"

Definition at line 49 of file sensor.py.