Manages coordinatation of API data updates.
Definition at line 91 of file __init__.py.
◆ __init__()
| None homeassistant.components.smart_meter_texas.SmartMeterTexasData.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
ConfigEntry |
entry, |
|
|
Account |
account, |
|
|
ssl.SSLContext |
ssl_context |
|
) |
| |
Initialize the data coordintator.
Definition at line 94 of file __init__.py.
◆ read_meters()
| def homeassistant.components.smart_meter_texas.SmartMeterTexasData.read_meters |
( |
|
self | ) |
|
◆ setup()
| def homeassistant.components.smart_meter_texas.SmartMeterTexasData.setup |
( |
|
self | ) |
|
Fetch all of the user's meters.
Definition at line 108 of file __init__.py.
◆ _entry
| homeassistant.components.smart_meter_texas.SmartMeterTexasData._entry |
|
private |
◆ account
| homeassistant.components.smart_meter_texas.SmartMeterTexasData.account |
◆ client
| homeassistant.components.smart_meter_texas.SmartMeterTexasData.client |
◆ meters
| homeassistant.components.smart_meter_texas.SmartMeterTexasData.meters |
The documentation for this class was generated from the following file:
- core/homeassistant/components/smart_meter_texas/__init__.py