diff --git a/homeassistant/components/efergy/manifest.json b/homeassistant/components/efergy/manifest.json index 3c2d26f9941..966df3ed858 100644 --- a/homeassistant/components/efergy/manifest.json +++ b/homeassistant/components/efergy/manifest.json @@ -3,7 +3,7 @@ "name": "Efergy", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/efergy", - "requirements": ["pyefergy==0.1.4"], + "requirements": ["pyefergy==0.1.5"], "codeowners": ["@tkdrob"], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index fcc703fb996..05a4494d203 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1450,7 +1450,7 @@ pyeconet==0.1.14 pyedimax==0.2.1 # homeassistant.components.efergy -pyefergy==0.1.4 +pyefergy==0.1.5 # homeassistant.components.eight_sleep pyeight==0.1.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0663d5951f1..4ab38355e08 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -859,7 +859,7 @@ pydispatcher==2.0.5 pyeconet==0.1.14 # homeassistant.components.efergy -pyefergy==0.1.4 +pyefergy==0.1.5 # homeassistant.components.everlights pyeverlights==0.1.0