From 3240be0bb6d6b2012361a94ea5f8a2eac5a123fd Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Fri, 11 Sep 2020 19:47:48 +0100 Subject: [PATCH] Bump pyloopenergy library to 0.2.1 (#39919) --- CODEOWNERS | 1 + homeassistant/components/loopenergy/manifest.json | 6 ++++-- requirements_all.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 70d89c5e45e..42c39544540 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -236,6 +236,7 @@ homeassistant/components/linux_battery/* @fabaff homeassistant/components/local_ip/* @issacg homeassistant/components/logger/* @home-assistant/core homeassistant/components/logi_circle/* @evanjd +homeassistant/components/loopenergy/* @pavoni homeassistant/components/lovelace/* @home-assistant/frontend homeassistant/components/luci/* @fbradyirl @mzdrale homeassistant/components/luftdaten/* @fabaff diff --git a/homeassistant/components/loopenergy/manifest.json b/homeassistant/components/loopenergy/manifest.json index cf7343af6a4..9b421083d10 100644 --- a/homeassistant/components/loopenergy/manifest.json +++ b/homeassistant/components/loopenergy/manifest.json @@ -2,6 +2,8 @@ "domain": "loopenergy", "name": "Loop Energy", "documentation": "https://www.home-assistant.io/integrations/loopenergy", - "requirements": ["pyloopenergy==0.1.3"], - "codeowners": [] + "requirements": ["pyloopenergy==0.2.1"], + "codeowners": [ + "@pavoni" + ] } diff --git a/requirements_all.txt b/requirements_all.txt index 2fcd10be276..4c76d1c2d2c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1455,7 +1455,7 @@ pylibrespot-java==0.1.0 pylitejet==0.1 # homeassistant.components.loopenergy -pyloopenergy==0.1.3 +pyloopenergy==0.2.1 # homeassistant.components.lutron_caseta pylutron-caseta==0.6.1