Bump google-nest-sdm to 0.2.1 to support more SDM Pub/Sub realms (#44163)
parent
03bfc3bcf0
commit
a0ce541c0d
|
@ -6,7 +6,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/nest",
|
||||
"requirements": [
|
||||
"python-nest==4.1.0",
|
||||
"google-nest-sdm==0.2.0"
|
||||
"google-nest-sdm==0.2.1"
|
||||
],
|
||||
"codeowners": [
|
||||
"@awarecan",
|
||||
|
|
|
@ -684,7 +684,7 @@ google-cloud-pubsub==2.1.0
|
|||
google-cloud-texttospeech==0.4.0
|
||||
|
||||
# homeassistant.components.nest
|
||||
google-nest-sdm==0.2.0
|
||||
google-nest-sdm==0.2.1
|
||||
|
||||
# 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.0
|
||||
google-nest-sdm==0.2.1
|
||||
|
||||
# homeassistant.components.gree
|
||||
greeclimate==0.10.3
|
||||
|
|
Loading…
Reference in New Issue