Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.volkszaehler.sensor.VolkszaehlerData Class Reference

Public Member Functions

None __init__ (self, Volkszaehler api)
 
None async_update (self)
 

Public Attributes

 api
 
 available
 

Detailed Description

The class for handling the data retrieval from the Volkszaehler API.

Definition at line 147 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.volkszaehler.sensor.VolkszaehlerData.__init__ (   self,
Volkszaehler  api 
)
Initialize the data object.

Definition at line 150 of file sensor.py.

Member Function Documentation

◆ async_update()

None homeassistant.components.volkszaehler.sensor.VolkszaehlerData.async_update (   self)
Get the latest data from the Volkszaehler REST API.

Definition at line 156 of file sensor.py.

Member Data Documentation

◆ api

homeassistant.components.volkszaehler.sensor.VolkszaehlerData.api

Definition at line 152 of file sensor.py.

◆ available

homeassistant.components.volkszaehler.sensor.VolkszaehlerData.available

Definition at line 153 of file sensor.py.


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