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] |
Component for the Portuguese weather service - IPMA.
| 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.
| bool homeassistant.components.ipma.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 58 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| string homeassistant.components.ipma.DEFAULT_NAME = "ipma" |
Definition at line 19 of file __init__.py.
| list homeassistant.components.ipma.PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
Definition at line 21 of file __init__.py.