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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 hub
 
 sensor
 

Functions

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

Variables

list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 

Detailed Description

The HVV integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.hvv_departures.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up HVV from a config entry.

Definition at line 14 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 32 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.hvv_departures.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 11 of file __init__.py.