mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Improve nest client error handling using newest library (#44998)
This commit is contained in:
parent
f240106189
commit
a73a82e381
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user