From fa1a53cdeb037dbb923a8f66f50ba3a3b1b885aa Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Sep 2020 13:50:53 +0200 Subject: [PATCH] Restore miflora now that v0.7.0 is out (#39787) * add miflora again, reverts part of github.com/home-assistant/core/pull/37707 * edit CODEOWNERS --- CODEOWNERS | 2 +- homeassistant/components/miflora/manifest.json | 5 ++--- requirements_all.txt | 4 ++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6230904de7b..70d89c5e45e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -253,7 +253,7 @@ homeassistant/components/met/* @danielhiversen @thimic homeassistant/components/meteo_france/* @hacf-fr @oncleben31 @Quentame homeassistant/components/meteoalarm/* @rolfberkenbosch homeassistant/components/metoffice/* @MrHarcombe -homeassistant/components/miflora/* @danielhiversen @ChristianKuehnel +homeassistant/components/miflora/* @danielhiversen @ChristianKuehnel @basnijholt homeassistant/components/mikrotik/* @engrbm87 homeassistant/components/mill/* @danielhiversen homeassistant/components/min_max/* @fabaff diff --git a/homeassistant/components/miflora/manifest.json b/homeassistant/components/miflora/manifest.json index 96558c82fec..7795e8fb6f8 100644 --- a/homeassistant/components/miflora/manifest.json +++ b/homeassistant/components/miflora/manifest.json @@ -1,8 +1,7 @@ { - "disabled": "Dependency contains code that breaks Home Assistant.", "domain": "miflora", "name": "Mi Flora", "documentation": "https://www.home-assistant.io/integrations/miflora", - "requirements": ["bluepy==1.3.0", "miflora==0.6.0"], - "codeowners": ["@danielhiversen", "@ChristianKuehnel"] + "requirements": ["bluepy==1.3.0", "miflora==0.7.0"], + "codeowners": ["@danielhiversen", "@ChristianKuehnel", "@basnijholt"] } diff --git a/requirements_all.txt b/requirements_all.txt index f0198702f88..272ef7bcc10 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -363,6 +363,7 @@ blinkstick==1.1.8 blockchain==1.4.4 # homeassistant.components.decora +# homeassistant.components.miflora # bluepy==1.3.0 # homeassistant.components.bme680 @@ -917,6 +918,9 @@ meteofrance-api==0.1.1 # homeassistant.components.mfi mficlient==0.3.0 +# homeassistant.components.miflora +miflora==0.7.0 + # homeassistant.components.mill millheater==0.3.4