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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, ArveConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ArveConfigEntry entry)
 

Detailed Description

The Arve integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.arve.async_setup_entry ( HomeAssistant  hass,
ArveConfigEntry  entry 
)
Set up Arve from a config entry.

Definition at line 13 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.arve.async_unload_entry ( HomeAssistant  hass,
ArveConfigEntry  entry 
)
Unload a config entry.

Definition at line 27 of file __init__.py.