Add watchdog to reset nest subscriber (#43034)
This commit is contained in:
parent
8cc7069323
commit
1061f78f12
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/nest",
|
||||
"requirements": [
|
||||
"python-nest==4.1.0",
|
||||
"google-nest-sdm==0.1.13"
|
||||
"google-nest-sdm==0.1.14"
|
||||
],
|
||||
"codeowners": [
|
||||
"@awarecan",
|
||||
|
|
|
@ -687,7 +687,7 @@ google-cloud-pubsub==2.1.0
|
|||
google-cloud-texttospeech==0.4.0
|
||||
|
||||
# homeassistant.components.nest
|
||||
google-nest-sdm==0.1.13
|
||||
google-nest-sdm==0.1.14
|
||||
|
||||
# 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.1.13
|
||||
google-nest-sdm==0.1.14
|
||||
|
||||
# homeassistant.components.gree
|
||||
greeclimate==0.9.5
|
||||
|
|
Loading…
Add table
Reference in a new issue