From 3ad6589f25f19a3f0e53fb6b4724c78ffb94a02a Mon Sep 17 00:00:00 2001 From: RJPoelstra <36924801+RJPoelstra@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:04:38 +0200 Subject: [PATCH] Bump python-MotionMount to 2.2.0 (#126309) --- homeassistant/components/motionmount/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/motionmount/manifest.json b/homeassistant/components/motionmount/manifest.json index 2f7d24142db..1fa3d31cfab 100644 --- a/homeassistant/components/motionmount/manifest.json +++ b/homeassistant/components/motionmount/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/motionmount", "integration_type": "device", "iot_class": "local_push", - "requirements": ["python-MotionMount==2.1.0"], + "requirements": ["python-MotionMount==2.2.0"], "zeroconf": ["_tvm._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index b3f4101602f..4e2438f4e10 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2280,7 +2280,7 @@ pytedee-async==0.2.20 pythinkingcleaner==0.0.3 # homeassistant.components.motionmount -python-MotionMount==2.1.0 +python-MotionMount==2.2.0 # homeassistant.components.awair python-awair==0.2.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 46d2cb1b210..4ebf08cce72 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1828,7 +1828,7 @@ pytautulli==23.1.1 pytedee-async==0.2.20 # homeassistant.components.motionmount -python-MotionMount==2.1.0 +python-MotionMount==2.2.0 # homeassistant.components.awair python-awair==0.2.4