From d8c73e8685478df0cc1f9c617103393f8c9671e3 Mon Sep 17 00:00:00 2001 From: Alan Murray Date: Sat, 27 Nov 2021 18:35:23 +1100 Subject: [PATCH] Bump acmeda integration aiopulse dependency version to 0.4.3 (#60434) * Bump acmeda integration aiopulse dependency version to 0.4.3 to implement battery health monitoring. * Updated acmeda requirements --- homeassistant/components/acmeda/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/acmeda/manifest.json b/homeassistant/components/acmeda/manifest.json index ae72df5a323..6313b177f47 100644 --- a/homeassistant/components/acmeda/manifest.json +++ b/homeassistant/components/acmeda/manifest.json @@ -3,7 +3,7 @@ "name": "Rollease Acmeda Automate", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/acmeda", - "requirements": ["aiopulse==0.4.2"], + "requirements": ["aiopulse==0.4.3"], "codeowners": ["@atmurray"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index bfbbbabbc88..14dd69bb0c0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -228,7 +228,7 @@ aionotify==0.2.0 aionotion==3.0.2 # homeassistant.components.acmeda -aiopulse==0.4.2 +aiopulse==0.4.3 # homeassistant.components.hunterdouglas_powerview aiopvapi==1.6.14 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c48900dd0a4..a00a0454ef7 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -158,7 +158,7 @@ aionanoleaf==0.0.4 aionotion==3.0.2 # homeassistant.components.acmeda -aiopulse==0.4.2 +aiopulse==0.4.3 # homeassistant.components.hunterdouglas_powerview aiopvapi==1.6.14