Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.waze_travel_time
 

Functions

list[CalcRoutesResponse]|None homeassistant.components.waze_travel_time.async_get_travel_times (WazeRouteCalculator client, str origin, str destination, str vehicle_type, bool avoid_toll_roads, bool avoid_subscription_roads, bool avoid_ferries, bool realtime, Collection[str]|None incl_filters=None, Collection[str]|None excl_filters=None)
 
bool homeassistant.components.waze_travel_time.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.waze_travel_time.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.waze_travel_time.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 homeassistant.components.waze_travel_time._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.waze_travel_time.PLATFORMS = [Platform.SENSOR]
 
string homeassistant.components.waze_travel_time.SERVICE_GET_TRAVEL_TIMES = "get_travel_times"
 
 homeassistant.components.waze_travel_time.SERVICE_GET_TRAVEL_TIMES_SCHEMA