Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ebox.sensor.EBoxData Class Reference

Public Member Functions

def __init__ (self, username, password, httpsession)
 
def async_update (self)
 

Public Attributes

 client
 
 data
 

Detailed Description

Get data from Ebox.

Definition at line 207 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.ebox.sensor.EBoxData.__init__ (   self,
  username,
  password,
  httpsession 
)
Initialize the data object.

Definition at line 210 of file sensor.py.

Member Function Documentation

◆ async_update()

def homeassistant.components.ebox.sensor.EBoxData.async_update (   self)
Get the latest data from Ebox.

Definition at line 216 of file sensor.py.

Member Data Documentation

◆ client

homeassistant.components.ebox.sensor.EBoxData.client

Definition at line 212 of file sensor.py.

◆ data

homeassistant.components.ebox.sensor.EBoxData.data

Definition at line 213 of file sensor.py.


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