Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.waze_travel_time.helpers Namespace Reference

Functions

bool is_valid_config_entry (HomeAssistant hass, str origin, str destination, str region)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Helpers for Waze Travel Time integration.

Function Documentation

◆ is_valid_config_entry()

bool homeassistant.components.waze_travel_time.helpers.is_valid_config_entry ( HomeAssistant  hass,
str  origin,
str  destination,
str   region 
)
Return whether the config entry data is valid.

Definition at line 14 of file helpers.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.waze_travel_time.helpers._LOGGER = logging.getLogger(__name__)
private

Definition at line 11 of file helpers.py.