Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, coordinates, timeframe, devices) |
| def | async_schedule_update (self, minute=1) |
| def | async_update (self, *_) |
| def | attribution (self) |
| def | condition (self) |
| def | forecast (self) |
| def | get_data (self, url) |
| def | humidity (self) |
| def | pressure (self) |
| def | stationname (self) |
| def | temperature (self) |
| def | update_devices (self) |
| def | visibility (self) |
| def | wind_bearing (self) |
| def | wind_speed (self) |
Public Attributes | |
| coordinates | |
| data | |
| devices | |
| hass | |
| load_error_count | |
| rain_error_count | |
| timeframe | |
| unsub_schedule_update | |
Static Public Attributes | |
| int | |
Private Member Functions | |
| def | _async_update (self) |
| None homeassistant.components.buienradar.util.BrData.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| coordinates, | |||
| timeframe, | |||
| devices | |||
| ) |
|
private |
| def homeassistant.components.buienradar.util.BrData.async_schedule_update | ( | self, | |
minute = 1 |
|||
| ) |
| def homeassistant.components.buienradar.util.BrData.async_update | ( | self, | |
| * | _ | ||
| ) |
| def homeassistant.components.buienradar.util.BrData.attribution | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.condition | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.forecast | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.get_data | ( | self, | |
| url | |||
| ) |
| def homeassistant.components.buienradar.util.BrData.humidity | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.pressure | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.stationname | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.temperature | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.update_devices | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.visibility | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.wind_bearing | ( | self | ) |
| def homeassistant.components.buienradar.util.BrData.wind_speed | ( | self | ) |
| homeassistant.components.buienradar.util.BrData.load_error_count |
| homeassistant.components.buienradar.util.BrData.rain_error_count |
| homeassistant.components.buienradar.util.BrData.unsub_schedule_update |