Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google_travel_time.sensor.GoogleTravelTimeSensor
 

Namespaces

 homeassistant.components.google_travel_time.sensor
 

Functions

None homeassistant.components.google_travel_time.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
def homeassistant.components.google_travel_time.sensor.convert_time_to_utc (timestr)
 

Variables

 homeassistant.components.google_travel_time.sensor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.google_travel_time.sensor.SCAN_INTERVAL = timedelta(minutes=5)