diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 82b2e445cb32b6c1b1f8bcd7003480919ccdfbca..00f9620b3c5c5d56ca7586e176fece9922469a5d 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.5.0"], + "requirements": ["aioshelly==0.5.1"], "zeroconf": [{ "type": "_http._tcp.local.", "name": "shelly*" }], "codeowners": ["@balloob", "@bieniu", "@thecode"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3f4f5e8ba9542a02bf1c4d07c77c25cb7b9440fa..712935ba5998bd185b844058442681c3468034d9 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.5.0 +aioshelly==0.5.1 # homeassistant.components.switcher_kis aioswitcher==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0864ca333cc9c05372355ae1aced2e6dc7c198c2..e2275978515912c59a4c96adce5e8b89cacd1112 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -137,7 +137,7 @@ aiopvpc==2.0.2 aiopylgtv==0.3.3 # homeassistant.components.shelly -aioshelly==0.5.0 +aioshelly==0.5.1 # homeassistant.components.switcher_kis aioswitcher==1.2.1