Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.london_air.sensor.APIData Class Reference

Public Member Functions

None __init__ (self)
 
def update (self)
 

Public Attributes

 data
 

Detailed Description

Get the latest data for all authorities.

Definition at line 83 of file sensor.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.london_air.sensor.APIData.__init__ (   self)
Initialize the AirData object.

Definition at line 86 of file sensor.py.

Member Function Documentation

◆ update()

def homeassistant.components.london_air.sensor.APIData.update (   self)
Get the latest data from TFL.

Definition at line 92 of file sensor.py.

Member Data Documentation

◆ data

homeassistant.components.london_air.sensor.APIData.data

Definition at line 88 of file sensor.py.


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