mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade googlemaps to 2.4.4 (#2481)
This commit is contained in:
parent
609458052c
commit
bde9e4e9c0
@ -17,7 +17,7 @@ import homeassistant.util.dt as dt_util
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['googlemaps==2.4.3']
|
REQUIREMENTS = ['googlemaps==2.4.4']
|
||||||
|
|
||||||
# Return cached results if last update was less then this time ago
|
# Return cached results if last update was less then this time ago
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
|
||||||
|
@ -85,7 +85,7 @@ fuzzywuzzy==0.11.0
|
|||||||
gntp==1.0.3
|
gntp==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.google_travel_time
|
# homeassistant.components.sensor.google_travel_time
|
||||||
googlemaps==2.4.3
|
googlemaps==2.4.4
|
||||||
|
|
||||||
# homeassistant.components.mqtt.server
|
# homeassistant.components.mqtt.server
|
||||||
hbmqtt==0.7.1
|
hbmqtt==0.7.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user