mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Add watchdog to reset nest subscriber (#43034)
This commit is contained in:
parent
8cc7069323
commit
1061f78f12
@ -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…
x
Reference in New Issue
Block a user