diff --git a/CODEOWNERS b/CODEOWNERS index 6e3bc1feb87..c6794a605d9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -378,6 +378,7 @@ homeassistant/components/random/* @fabaff homeassistant/components/recollect_waste/* @bachya homeassistant/components/rejseplanen/* @DarkFox homeassistant/components/repetier/* @MTrab +homeassistant/components/rflink/* @javicalle homeassistant/components/rfxtrx/* @danielhiversen @elupus @RobBie1221 homeassistant/components/ring/* @balloob homeassistant/components/risco/* @OnFreund diff --git a/homeassistant/components/rflink/manifest.json b/homeassistant/components/rflink/manifest.json index f3854a139f2..ebd1fb5afdc 100644 --- a/homeassistant/components/rflink/manifest.json +++ b/homeassistant/components/rflink/manifest.json @@ -3,5 +3,7 @@ "name": "RFLink", "documentation": "https://www.home-assistant.io/integrations/rflink", "requirements": ["rflink==0.0.58"], - "codeowners": [] + "codeowners": [ + "@javicalle" + ] }