From 413263a6eb2c8671e6d1f378169def9feefe53a4 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Wed, 16 Sep 2020 00:12:59 +0200 Subject: [PATCH] Bump aioshelly library to version 0.3.2 (#40118) --- 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 38ccc9e0f74..eebf53dd69c 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==0.3.1"], + "requirements": ["aioshelly==0.3.2"], "zeroconf": [{"type": "_http._tcp.local.", "name":"shelly*"}], "codeowners": ["@balloob", "@bieniu"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1c9f2309c62..0f1304c076b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -221,7 +221,7 @@ aiopvpc==2.0.2 aiopylgtv==0.3.3 # homeassistant.components.shelly -aioshelly==0.3.1 +aioshelly==0.3.2 # homeassistant.components.switcher_kis aioswitcher==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ce3a61562ed..193d39ee4b7 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -134,7 +134,7 @@ aiopvpc==2.0.2 aiopylgtv==0.3.3 # homeassistant.components.shelly -aioshelly==0.3.1 +aioshelly==0.3.2 # homeassistant.components.switcher_kis aioswitcher==1.2.1