From cf286d1c513b07a3268e41f45d1a96f3dece3b4c Mon Sep 17 00:00:00 2001
From: etheralm <etheralm@pm.me>
Date: Wed, 2 Dec 2020 09:51:46 +0100
Subject: [PATCH] Bump libpurecool to 0.6.4 (#43779)

---
 CODEOWNERS                                   | 1 -
 homeassistant/components/dyson/manifest.json | 4 ++--
 requirements_all.txt                         | 2 +-
 requirements_test_all.txt                    | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 4b687e071ea..6b2a8686dad 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -117,7 +117,6 @@ homeassistant/components/dunehd/* @bieniu
 homeassistant/components/dwd_weather_warnings/* @runningman84 @stephan192 @Hummel95
 homeassistant/components/dweet/* @fabaff
 homeassistant/components/dynalite/* @ziv1234
-homeassistant/components/dyson/* @etheralm
 homeassistant/components/eafm/* @Jc2k
 homeassistant/components/ecobee/* @marthoc
 homeassistant/components/ecovacs/* @OverloadUT
diff --git a/homeassistant/components/dyson/manifest.json b/homeassistant/components/dyson/manifest.json
index 94a29d1615d..4678b1ad598 100644
--- a/homeassistant/components/dyson/manifest.json
+++ b/homeassistant/components/dyson/manifest.json
@@ -2,7 +2,7 @@
   "domain": "dyson",
   "name": "Dyson",
   "documentation": "https://www.home-assistant.io/integrations/dyson",
-  "requirements": ["libpurecool==0.6.3"],
+  "requirements": ["libpurecool==0.6.4"],
   "after_dependencies": ["zeroconf"],
-  "codeowners": ["@etheralm"]
+  "codeowners": []
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index e061cc956fb..9d104366e5e 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -856,7 +856,7 @@ konnected==1.2.0
 lakeside==0.12
 
 # homeassistant.components.dyson
-libpurecool==0.6.3
+libpurecool==0.6.4
 
 # homeassistant.components.foscam
 libpyfoscam==1.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index be2fa0ec0f9..7f195c8d538 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -441,7 +441,7 @@ keyrings.alt==3.4.0
 konnected==1.2.0
 
 # homeassistant.components.dyson
-libpurecool==0.6.3
+libpurecool==0.6.4
 
 # homeassistant.components.mikrotik
 librouteros==3.0.0
-- 
GitLab