Improve nest client error handling using newest library (#44998)

This commit is contained in:
Allen Porter 2021-01-09 17:52:30 -08:00 committed by GitHub
parent f240106189
commit a73a82e381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"documentation": "https://www.home-assistant.io/integrations/nest",
"requirements": [
"python-nest==4.1.0",
"google-nest-sdm==0.2.6"
"google-nest-sdm==0.2.8"
],
"codeowners": [
"@awarecan",

View File

@ -681,7 +681,7 @@ google-cloud-pubsub==2.1.0
google-cloud-texttospeech==0.4.0
# homeassistant.components.nest
google-nest-sdm==0.2.6
google-nest-sdm==0.2.8
# homeassistant.components.google_travel_time
googlemaps==2.5.1

View File

@ -355,7 +355,7 @@ google-api-python-client==1.6.4
google-cloud-pubsub==2.1.0
# homeassistant.components.nest
google-nest-sdm==0.2.6
google-nest-sdm==0.2.8
# homeassistant.components.gree
greeclimate==0.10.3