Skip to content

Commit

Permalink
Bump nest to version 0.3.5 (#53672)
Browse files Browse the repository at this point in the history
Fix runtime type assertions, Fixes Issue #53652
  • Loading branch information
allenporter authored Jul 29, 2021
1 parent c04671a commit 806ab47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/nest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"dependencies": ["ffmpeg", "http"],
"documentation": "https://www.home-assistant.io/integrations/nest",
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.3.4"],
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.3.5"],
"codeowners": ["@allenporter"],
"quality_scale": "platinum",
"dhcp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ google-cloud-pubsub==2.1.0
google-cloud-texttospeech==0.4.0

# homeassistant.components.nest
google-nest-sdm==0.3.4
google-nest-sdm==0.3.5

# homeassistant.components.google_travel_time
googlemaps==2.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ google-api-python-client==1.6.4
google-cloud-pubsub==2.1.0

# homeassistant.components.nest
google-nest-sdm==0.3.4
google-nest-sdm==0.3.5

# homeassistant.components.google_travel_time
googlemaps==2.5.1
Expand Down

0 comments on commit 806ab47

Please sign in to comment.