|
| def | __init__ (self, station, destinations, directions, lines, products, timeoffset, number) |
| |
| def | update (self) |
| |
Pull data from the mvg-live.de web page.
Definition at line 163 of file sensor.py.
◆ __init__()
| def homeassistant.components.mvglive.sensor.MVGLiveData.__init__ |
( |
|
self, |
|
|
|
station, |
|
|
|
destinations, |
|
|
|
directions, |
|
|
|
lines, |
|
|
|
products, |
|
|
|
timeoffset, |
|
|
|
number |
|
) |
| |
Initialize the sensor.
Definition at line 166 of file sensor.py.
◆ update()
| def homeassistant.components.mvglive.sensor.MVGLiveData.update |
( |
|
self | ) |
|
Update the connection data.
Definition at line 184 of file sensor.py.
◆ _destinations
| homeassistant.components.mvglive.sensor.MVGLiveData._destinations |
|
private |
◆ _directions
| homeassistant.components.mvglive.sensor.MVGLiveData._directions |
|
private |
◆ _include_bus
| homeassistant.components.mvglive.sensor.MVGLiveData._include_bus |
|
private |
◆ _include_sbahn
| homeassistant.components.mvglive.sensor.MVGLiveData._include_sbahn |
|
private |
◆ _include_tram
| homeassistant.components.mvglive.sensor.MVGLiveData._include_tram |
|
private |
◆ _include_ubahn
| homeassistant.components.mvglive.sensor.MVGLiveData._include_ubahn |
|
private |
◆ _lines
| homeassistant.components.mvglive.sensor.MVGLiveData._lines |
|
private |
◆ _number
| homeassistant.components.mvglive.sensor.MVGLiveData._number |
|
private |
◆ _products
| homeassistant.components.mvglive.sensor.MVGLiveData._products |
|
private |
◆ _station
| homeassistant.components.mvglive.sensor.MVGLiveData._station |
|
private |
◆ _timeoffset
| homeassistant.components.mvglive.sensor.MVGLiveData._timeoffset |
|
private |
◆ departures
| homeassistant.components.mvglive.sensor.MVGLiveData.departures |
◆ mvg
| homeassistant.components.mvglive.sensor.MVGLiveData.mvg |
The documentation for this class was generated from the following file:
- core/homeassistant/components/mvglive/sensor.py