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

Classes

class  SoftenerSensor
 
class  SoftenerSensorEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 1
 

Detailed Description

Sensors exposing properties of the softener device.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.aquacell.sensor.async_setup_entry ( HomeAssistant  hass,
AquacellConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the sensors.

Definition at line 84 of file sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.aquacell.sensor.PARALLEL_UPDATES = 1

Definition at line 25 of file sensor.py.