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:
Allen Porter 2021-01-16 14:39:33 -08:00 committed by GitHub
parent d4b3cf9c47
commit bf4b4623aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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*"}]

View File

@ -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

View File

@ -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