Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Open Exchange Rates integration.
| bool homeassistant.components.openexchangerates.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Open Exchange Rates from a config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.openexchangerates.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 57 of file __init__.py.
| list homeassistant.components.openexchangerates.PLATFORMS = [Platform.SENSOR] |
Definition at line 13 of file __init__.py.