From 38b6377a31db2e323ec711a3d01b4a7b9977a004 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sat, 24 Sep 2022 10:30:16 +0000 Subject: [PATCH] Bump shelly backend library to version 2.0.2 (#79026) Bump aioshelly library to version 2.0.2 --- homeassistant/components/shelly/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 48e48b618e4..d9a0e21764a 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -3,7 +3,7 @@ "name": "Shelly", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/shelly", - "requirements": ["aioshelly==2.0.1"], + "requirements": ["aioshelly==2.0.2"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index f3cb09602d6..63a71f0335f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -255,7 +255,7 @@ aiosenseme==0.6.1 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==2.0.1 +aioshelly==2.0.2 # homeassistant.components.skybell aioskybell==22.7.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 881de4a5650..9f56911851d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -230,7 +230,7 @@ aiosenseme==0.6.1 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==2.0.1 +aioshelly==2.0.2 # homeassistant.components.skybell aioskybell==22.7.0