Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ted5000.sensor.Ted5000Gateway Class Reference

Public Member Functions

None __init__ (self, str url)
 
None update (self)
 

Public Attributes

 url
 

Detailed Description

The class for handling the data retrieval.

Definition at line 118 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ted5000.sensor.Ted5000Gateway.__init__ (   self,
str  url 
)
Initialize the data object.

Definition at line 121 of file sensor.py.

Member Function Documentation

◆ update()

None homeassistant.components.ted5000.sensor.Ted5000Gateway.update (   self)
Get the latest data from the Ted5000 XML API.

Definition at line 127 of file sensor.py.

Member Data Documentation

◆ url

homeassistant.components.ted5000.sensor.Ted5000Gateway.url

Definition at line 123 of file sensor.py.


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