Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, RAVEnConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, RAVEnConfigEntry entry) |
Variables | |
| tuple | PLATFORMS = (Platform.SENSOR,) |
Integration for Rainforest RAVEn devices.
| bool homeassistant.components.rainforest_raven.async_setup_entry | ( | HomeAssistant | hass, |
| RAVEnConfigEntry | entry | ||
| ) |
Set up Rainforest RAVEn device from a config entry.
Definition at line 13 of file __init__.py.
| bool homeassistant.components.rainforest_raven.async_unload_entry | ( | HomeAssistant | hass, |
| RAVEnConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 22 of file __init__.py.
| tuple homeassistant.components.rainforest_raven.PLATFORMS = (Platform.SENSOR,) |
Definition at line 10 of file __init__.py.