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

Classes

class  HydrawiseSensor
 
class  HydrawiseSensorEntityDescription
 

Functions

ControllerWaterUseSummary _get_water_use (HydrawiseSensor sensor)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

list FLOW_MEASUREMENT_KEYS = [x.key for x in FLOW_CONTROLLER_SENSORS]
 

Detailed Description

Support for Hydrawise sprinkler sensors.

Function Documentation

◆ _get_water_use()

ControllerWaterUseSummary homeassistant.components.hydrawise.sensor._get_water_use ( HydrawiseSensor  sensor)
private

Definition at line 35 of file sensor.py.

◆ async_setup_entry()

None homeassistant.components.hydrawise.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Hydrawise sensor platform.

Definition at line 131 of file sensor.py.

Variable Documentation

◆ FLOW_MEASUREMENT_KEYS

list homeassistant.components.hydrawise.sensor.FLOW_MEASUREMENT_KEYS = [x.key for x in FLOW_CONTROLLER_SENSORS]

Definition at line 128 of file sensor.py.