Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| model | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The HERE Travel Time integration.
| bool homeassistant.components.here_travel_time.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up HERE Travel Time from a config entry.
Definition at line 33 of file __init__.py.
| bool homeassistant.components.here_travel_time.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 71 of file __init__.py.
| list homeassistant.components.here_travel_time.PLATFORMS = [Platform.SENSOR] |
Definition at line 30 of file __init__.py.