From 68b0413c982d436ebb008475b4ef19ead52990d5 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Sun, 31 Oct 2021 13:41:55 -0400 Subject: [PATCH] Bump pyefergy to 0.1.3 (#58821) --- 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 d95c0b69415..17f104c561f 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.2"], + "requirements": ["pyefergy==0.1.3"], "codeowners": ["@tkdrob"], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index b472b9eb009..e23c6a5b7d2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1447,7 +1447,7 @@ pyeconet==0.1.14 pyedimax==0.2.1 # homeassistant.components.efergy -pyefergy==0.1.2 +pyefergy==0.1.3 # homeassistant.components.eight_sleep pyeight==0.1.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 93d64a9ade2..f5743da2af7 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -856,7 +856,7 @@ pydispatcher==2.0.5 pyeconet==0.1.14 # homeassistant.components.efergy -pyefergy==0.1.2 +pyefergy==0.1.3 # homeassistant.components.everlights pyeverlights==0.1.0