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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 device_tracker
 
 entity
 
 errors
 
 lock
 
 models
 
 sensor
 
 switch
 

Functions

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

Detailed Description

Support for Volvo On Call.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.volvooncall.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the Volvo On Call component from a ConfigEntry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.volvooncall.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 66 of file __init__.py.