Bump google-nest-sdm to 0.4.0 (#60068)

Full changelog: https://github.com/allenporter/python-google-nest-sdm/compare/0.3.9...0.4.0

All changes are in new code and is expected to be a no-op for the current code.

This release introduces a new API for fetching events for upcoming features in Home Assistant,
namely fetching camera clips for battery cameras. The new API is uniform across old and new
cameras.
This commit is contained in:
Allen Porter
2021-11-20 23:10:09 -08:00
committed by GitHub
parent 85b37a8532
commit 7e0ddd1d8c
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.3.9"],
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.4.0"],
"codeowners": ["@allenporter"],
"quality_scale": "platinum",
"dhcp": [

View File

@@ -738,7 +738,7 @@ google-cloud-pubsub==2.1.0
google-cloud-texttospeech==0.4.0
# homeassistant.components.nest
google-nest-sdm==0.3.9
google-nest-sdm==0.4.0
# homeassistant.components.google_travel_time
googlemaps==2.5.1

View File

@@ -458,7 +458,7 @@ google-api-python-client==1.6.4
google-cloud-pubsub==2.1.0
# homeassistant.components.nest
google-nest-sdm==0.3.9
google-nest-sdm==0.4.0
# homeassistant.components.google_travel_time
googlemaps==2.5.1