diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index fed55b2096a..ab87c4cef38 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.6.3"], + "requirements": ["aioshelly==0.6.4"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index ffb7db21e2d..0076da48f34 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -227,7 +227,7 @@ aiopylgtv==0.4.0 aiorecollect==1.0.4 # homeassistant.components.shelly -aioshelly==0.6.3 +aioshelly==0.6.4 # homeassistant.components.switcher_kis aioswitcher==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 679fcdb5f25..73831e1f90b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -149,7 +149,7 @@ aiopylgtv==0.4.0 aiorecollect==1.0.4 # homeassistant.components.shelly -aioshelly==0.6.3 +aioshelly==0.6.4 # homeassistant.components.switcher_kis aioswitcher==1.2.1