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",