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] |
The HVV integration.
| 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.
| bool homeassistant.components.hvv_departures.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 32 of file __init__.py.
| list homeassistant.components.hvv_departures.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 11 of file __init__.py.