From 0c83a3284cf7166c786ac75f1e795091094c757d Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Tue, 9 Nov 2021 15:45:14 -0500 Subject: [PATCH] Bump pyefergy to 0.1.5 (#59439) --- homeassistant/components/efergy/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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