diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 1d4d47748be..a9aade00933 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==1.0.11"], + "requirements": ["aioshelly==2.0.0"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 025e6147b28..f3e02f705a1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -235,7 +235,7 @@ aioridwell==2022.03.0 aiosenseme==0.6.1 # homeassistant.components.shelly -aioshelly==1.0.11 +aioshelly==2.0.0 # homeassistant.components.steamist aiosteamist==0.3.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c74ff1b188c..b2c93365e5e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -201,7 +201,7 @@ aioridwell==2022.03.0 aiosenseme==0.6.1 # homeassistant.components.shelly -aioshelly==1.0.11 +aioshelly==2.0.0 # homeassistant.components.steamist aiosteamist==0.3.1