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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 entity
 
 sensor
 
 system_health
 
 weather
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string DEFAULT_NAME = "ipma"
 
list PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 

Detailed Description

Component for the Portuguese weather service - IPMA.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.ipma.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up IPMA station as config entry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 58 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ DEFAULT_NAME

string homeassistant.components.ipma.DEFAULT_NAME = "ipma"

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.ipma.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]

Definition at line 21 of file __init__.py.