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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 
 weather
 

Functions

bool async_setup_entry (HomeAssistant hass, AemetConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_update_options (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The AEMET OpenData component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.aemet.async_setup_entry ( HomeAssistant  hass,
AemetConfigEntry  entry 
)
Set up AEMET OpenData as config entry.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 57 of file __init__.py.

◆ async_update_options()

None homeassistant.components.aemet.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Update options.

Definition at line 52 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.