Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.met_eireann.MetEireannWeatherData Class Reference

Public Member Functions

None __init__ (self, MappingProxyType[str, Any] config, meteireann.WeatherData weather_data)
 
Self fetch_data (self)
 

Public Attributes

 current_weather_data
 
 daily_forecast
 
 hourly_forecast
 

Private Attributes

 _config
 
 _weather_data
 

Detailed Description

Keep data for Met Éireann weather entities.

Definition at line 73 of file __init__.py.

Constructor & Destructor Documentation

◆ __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.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ _config

homeassistant.components.met_eireann.MetEireannWeatherData._config
private

Definition at line 80 of file __init__.py.

◆ _weather_data

homeassistant.components.met_eireann.MetEireannWeatherData._weather_data
private

Definition at line 81 of file __init__.py.

◆ current_weather_data

homeassistant.components.met_eireann.MetEireannWeatherData.current_weather_data

Definition at line 89 of file __init__.py.

◆ daily_forecast

homeassistant.components.met_eireann.MetEireannWeatherData.daily_forecast

Definition at line 91 of file __init__.py.

◆ hourly_forecast

homeassistant.components.met_eireann.MetEireannWeatherData.hourly_forecast

Definition at line 92 of file __init__.py.


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