|
| None | __init__ (self, MappingProxyType[str, Any] config, meteireann.WeatherData weather_data) |
| |
| Self | fetch_data (self) |
| |
Keep data for Met Éireann weather entities.
Definition at line 73 of file __init__.py.
◆ __init__()
| None homeassistant.components.met_eireann.MetEireannWeatherData.__init__ |
( |
|
self, |
|
|
MappingProxyType[str, Any] |
config, |
|
|
meteireann.WeatherData
|
weather_data |
|
) |
| |
Initialise the weather entity data.
Definition at line 76 of file __init__.py.
◆ fetch_data()
| Self homeassistant.components.met_eireann.MetEireannWeatherData.fetch_data |
( |
|
self | ) |
|
Fetch data from API - (current weather and forecast).
Definition at line 86 of file __init__.py.
◆ _config
| homeassistant.components.met_eireann.MetEireannWeatherData._config |
|
private |
◆ _weather_data
| homeassistant.components.met_eireann.MetEireannWeatherData._weather_data |
|
private |
◆ current_weather_data
| homeassistant.components.met_eireann.MetEireannWeatherData.current_weather_data |
◆ daily_forecast
| homeassistant.components.met_eireann.MetEireannWeatherData.daily_forecast |
◆ hourly_forecast
| homeassistant.components.met_eireann.MetEireannWeatherData.hourly_forecast |
The documentation for this class was generated from the following file: