From 7e0ddd1d8c0b598f50fc66ad5def10eb380353c0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 20 Nov 2021 23:10:09 -0800 Subject: [PATCH] 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. --- homeassistant/components/nest/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/nest/manifest.json b/homeassistant/components/nest/manifest.json index 18ced7b2e8f..488aeb9d053 100644 --- a/homeassistant/components/nest/manifest.json +++ b/homeassistant/components/nest/manifest.json @@ -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": [ diff --git a/requirements_all.txt b/requirements_all.txt index 2430f459232..1a81f10b22e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bb75445a52c..d43dfb63f07 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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