From 473834acd2bbf5cc4b33e4dbb7ae4ad4a60d8f10 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Feb 2022 15:23:11 +0100 Subject: [PATCH] Add myself as codeowner to Plugwise (#66080) --- CODEOWNERS | 4 ++-- homeassistant/components/plugwise/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 973837d3ee5..c8cc32b2d35 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -712,8 +712,8 @@ homeassistant/components/plaato/* @JohNan tests/components/plaato/* @JohNan homeassistant/components/plex/* @jjlawren tests/components/plex/* @jjlawren -homeassistant/components/plugwise/* @CoMPaTech @bouwew @brefra -tests/components/plugwise/* @CoMPaTech @bouwew @brefra +homeassistant/components/plugwise/* @CoMPaTech @bouwew @brefra @frenck +tests/components/plugwise/* @CoMPaTech @bouwew @brefra @frenck homeassistant/components/plum_lightpad/* @ColinHarrington @prystupa tests/components/plum_lightpad/* @ColinHarrington @prystupa homeassistant/components/point/* @fredrike diff --git a/homeassistant/components/plugwise/manifest.json b/homeassistant/components/plugwise/manifest.json index 7dc3bdd9b1d..97783854614 100644 --- a/homeassistant/components/plugwise/manifest.json +++ b/homeassistant/components/plugwise/manifest.json @@ -3,7 +3,7 @@ "name": "Plugwise", "documentation": "https://www.home-assistant.io/integrations/plugwise", "requirements": ["plugwise==0.16.2"], - "codeowners": ["@CoMPaTech", "@bouwew", "@brefra"], + "codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"], "zeroconf": ["_plugwise._tcp.local."], "config_flow": true, "iot_class": "local_polling",