Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.met_eireann Namespace Reference

Namespaces

 config_flow
 
 const
 
 weather
 

Classes

class  MetEireannWeatherData
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.WEATHER]
 
 UPDATE_INTERVAL = timedelta(minutes=60)
 

Detailed Description

The met_eireann component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.met_eireann.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up Met Éireann as config entry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.met_eireann.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 63 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.met_eireann._LOGGER = logging.getLogger(__name__)
private

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.met_eireann.PLATFORMS = [Platform.WEATHER]

Definition at line 23 of file __init__.py.

◆ UPDATE_INTERVAL

homeassistant.components.met_eireann.UPDATE_INTERVAL = timedelta(minutes=60)

Definition at line 21 of file __init__.py.