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

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,)
 

Detailed Description

Integration for Rainforest RAVEn devices.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.rainforest_raven.async_unload_entry ( HomeAssistant  hass,
RAVEnConfigEntry  entry 
)
Unload a config entry.

Definition at line 22 of file __init__.py.

Variable Documentation

◆ PLATFORMS

tuple homeassistant.components.rainforest_raven.PLATFORMS = (Platform.SENSOR,)

Definition at line 10 of file __init__.py.