Skip to content

Commit

Permalink
Update Waze route dependency to 0.10 (home-assistant#24754)
Browse files Browse the repository at this point in the history
* Update manifest.json

Update waze calculator to 0.10, this was supposed to have been done in home-assistant#22428 but was missed. See discussion [here](https://community.home-assistant.io/t/waze-travel-time-update/50955/201)

* Update requirements_all.txt
  • Loading branch information
johntdyer authored and balloob committed Jun 25, 2019
1 parent dc89499 commit bd4f66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/waze_travel_time/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Waze travel time",
"documentation": "https://www.home-assistant.io/components/waze_travel_time",
"requirements": [
"WazeRouteCalculator==0.9"
"WazeRouteCalculator==0.10"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TwitterAPI==2.5.9
# VL53L1X2==0.1.5

# homeassistant.components.waze_travel_time
WazeRouteCalculator==0.9
WazeRouteCalculator==0.10

# homeassistant.components.yessssms
YesssSMS==0.2.3
Expand Down

0 comments on commit bd4f66f

Please sign in to comment.