Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.swiss_hydrological_data.sensor.HydrologicalData Class Reference

Public Member Functions

def __init__ (self, station)
 
def update (self)
 

Public Attributes

 data
 
 station
 

Detailed Description

The Class for handling the data retrieval.

Definition at line 164 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.swiss_hydrological_data.sensor.HydrologicalData.__init__ (   self,
  station 
)
Initialize the data object.

Definition at line 167 of file sensor.py.

Member Function Documentation

◆ update()

def homeassistant.components.swiss_hydrological_data.sensor.HydrologicalData.update (   self)
Get the latest data.

Definition at line 173 of file sensor.py.

Member Data Documentation

◆ data

homeassistant.components.swiss_hydrological_data.sensor.HydrologicalData.data

Definition at line 170 of file sensor.py.

◆ station

homeassistant.components.swiss_hydrological_data.sensor.HydrologicalData.station

Definition at line 169 of file sensor.py.


The documentation for this class was generated from the following file: