Update waze_travel_time.py (#18399)

This commit is contained in:
Hmmbob 2018-11-12 11:09:39 +01:00 committed by Fabian Affolter
parent ca86755409
commit 1f06d6ac1a

View file

@ -25,7 +25,7 @@ ATTR_DURATION = 'duration'
ATTR_DISTANCE = 'distance' ATTR_DISTANCE = 'distance'
ATTR_ROUTE = 'route' ATTR_ROUTE = 'route'
CONF_ATTRIBUTION = "Data provided by the Waze.com" CONF_ATTRIBUTION = "Powered by Waze"
CONF_DESTINATION = 'destination' CONF_DESTINATION = 'destination'
CONF_ORIGIN = 'origin' CONF_ORIGIN = 'origin'
CONF_INCL_FILTER = 'incl_filter' CONF_INCL_FILTER = 'incl_filter'