Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.solaredge_local.sensor.SolarEdgeData Class Reference

Public Member Functions

def __init__ (self, hass, api)
 
def update (self)
 

Public Attributes

 api
 
 data
 
 hass
 
 info
 

Detailed Description

Get and update the latest data.

Definition at line 307 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.solaredge_local.sensor.SolarEdgeData.__init__ (   self,
  hass,
  api 
)
Initialize the data object.

Definition at line 310 of file sensor.py.

Member Function Documentation

◆ update()

def homeassistant.components.solaredge_local.sensor.SolarEdgeData.update (   self)
Update the data from the SolarEdge Monitoring API.

Definition at line 318 of file sensor.py.

Member Data Documentation

◆ api

homeassistant.components.solaredge_local.sensor.SolarEdgeData.api

Definition at line 313 of file sensor.py.

◆ data

homeassistant.components.solaredge_local.sensor.SolarEdgeData.data

Definition at line 314 of file sensor.py.

◆ hass

homeassistant.components.solaredge_local.sensor.SolarEdgeData.hass

Definition at line 312 of file sensor.py.

◆ info

homeassistant.components.solaredge_local.sensor.SolarEdgeData.info

Definition at line 315 of file sensor.py.


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