Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stiebel_eltron.StiebelEltronData Class Reference

Public Member Functions

def __init__ (self, name, modbus_client)
 
def update (self)
 

Public Attributes

 api
 

Detailed Description

Get the latest data and update the states.

Definition at line 55 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.stiebel_eltron.StiebelEltronData.__init__ (   self,
  name,
  modbus_client 
)
Init the STIEBEL ELTRON data object.

Definition at line 58 of file __init__.py.

Member Function Documentation

◆ update()

def homeassistant.components.stiebel_eltron.StiebelEltronData.update (   self)
Update unit data.

Definition at line 64 of file __init__.py.

Member Data Documentation

◆ api

homeassistant.components.stiebel_eltron.StiebelEltronData.api

Definition at line 61 of file __init__.py.


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