From fa201b6c2be0c827b6e68f63640e5cc86255b073 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sun, 29 Aug 2021 22:02:52 +0200 Subject: [PATCH] Add myself to Vallox codeowners (#55428) --- CODEOWNERS | 1 + homeassistant/components/vallox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 645fdce52a2..c28973ec66f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -552,6 +552,7 @@ homeassistant/components/uptimerobot/* @ludeeus homeassistant/components/usb/* @bdraco homeassistant/components/usgs_earthquakes_feed/* @exxamalte homeassistant/components/utility_meter/* @dgomes +homeassistant/components/vallox/* @andre-richter homeassistant/components/velbus/* @Cereal2nd @brefra homeassistant/components/velux/* @Julius2342 homeassistant/components/vera/* @pavoni diff --git a/homeassistant/components/vallox/manifest.json b/homeassistant/components/vallox/manifest.json index b536270c336..c4b25644ed0 100644 --- a/homeassistant/components/vallox/manifest.json +++ b/homeassistant/components/vallox/manifest.json @@ -3,6 +3,6 @@ "name": "Vallox", "documentation": "https://www.home-assistant.io/integrations/vallox", "requirements": ["vallox-websocket-api==2.8.1"], - "codeowners": [], + "codeowners": ["@andre-richter"], "iot_class": "local_polling" }