mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Bump google-nest-sdm to 0.2.9 (#45244)
This library contains user experience for the case where oauth token cannot be refreshed on startup, which regressed after https://github.com/home-assistant/core/pull/44686
This commit is contained in:
parent
d4b3cf9c47
commit
bf4b4623aa
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["ffmpeg", "http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/nest",
|
||||
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.2.8"],
|
||||
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.2.9"],
|
||||
"codeowners": ["@allenporter"],
|
||||
"quality_scale": "platinum",
|
||||
"dhcp": [{"macaddress":"18B430*"}]
|
||||
|
@ -681,7 +681,7 @@ google-cloud-pubsub==2.1.0
|
||||
google-cloud-texttospeech==0.4.0
|
||||
|
||||
# homeassistant.components.nest
|
||||
google-nest-sdm==0.2.8
|
||||
google-nest-sdm==0.2.9
|
||||
|
||||
# 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.8
|
||||
google-nest-sdm==0.2.9
|
||||
|
||||
# homeassistant.components.gree
|
||||
greeclimate==0.10.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user