Skip to content

Commit

Permalink
Bump google-nest-sdm to 2.2.4 (home-assistant#86595)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Jan 25, 2023
1 parent e832ef7 commit ba63a96
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 @@ -5,7 +5,7 @@
"dependencies": ["ffmpeg", "http", "application_credentials"],
"after_dependencies": ["media_source"],
"documentation": "https://www.home-assistant.io/integrations/nest",
"requirements": ["python-nest==4.2.0", "google-nest-sdm==2.2.2"],
"requirements": ["python-nest==4.2.0", "google-nest-sdm==2.2.4"],
"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 @@ -810,7 +810,7 @@ google-cloud-pubsub==2.13.11
google-cloud-texttospeech==2.12.3

# homeassistant.components.nest
google-nest-sdm==2.2.2
google-nest-sdm==2.2.4

# 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 @@ -620,7 +620,7 @@ google-api-python-client==2.71.0
google-cloud-pubsub==2.13.11

# homeassistant.components.nest
google-nest-sdm==2.2.2
google-nest-sdm==2.2.4

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

0 comments on commit ba63a96

Please sign in to comment.