Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| data | |
| diagnostics | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Rainforest Eagle integration.
| bool homeassistant.components.rainforest_eagle.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Rainforest Eagle from a config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.rainforest_eagle.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 24 of file __init__.py.
| list homeassistant.components.rainforest_eagle.PLATFORMS = [Platform.SENSOR] |
Definition at line 12 of file __init__.py.