From aaaae6abcab458544d0325177e047f618cb308e3 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Sat, 6 Nov 2021 06:53:34 -0400 Subject: [PATCH] Bump pyefergy to 0.1.4 (#59219) --- 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 17f104c561f..3c2d26f9941 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.3"], + "requirements": ["pyefergy==0.1.4"], "codeowners": ["@tkdrob"], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index 46c766ee2bc..93a3b8c8c5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1453,7 +1453,7 @@ pyeconet==0.1.14 pyedimax==0.2.1 # homeassistant.components.efergy -pyefergy==0.1.3 +pyefergy==0.1.4 # homeassistant.components.eight_sleep pyeight==0.1.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e7fd0019df7..c0a2e62109d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -862,7 +862,7 @@ pydispatcher==2.0.5 pyeconet==0.1.14 # homeassistant.components.efergy -pyefergy==0.1.3 +pyefergy==0.1.4 # homeassistant.components.everlights pyeverlights==0.1.0