diff --git a/CODEOWNERS b/CODEOWNERS index e1868bd17a2..97b347b8415 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -295,6 +295,7 @@ homeassistant/components/repetier/* @MTrab homeassistant/components/rfxtrx/* @danielhiversen homeassistant/components/ring/* @balloob homeassistant/components/rmvtransport/* @cgtobi +homeassistant/components/roku/* @ctalkington homeassistant/components/roomba/* @pschmitt homeassistant/components/safe_mode/* @home-assistant/core homeassistant/components/saj/* @fredericvl diff --git a/homeassistant/components/roku/manifest.json b/homeassistant/components/roku/manifest.json index ba67f61b2ee..20461c789e2 100644 --- a/homeassistant/components/roku/manifest.json +++ b/homeassistant/components/roku/manifest.json @@ -5,5 +5,5 @@ "requirements": ["roku==4.0.0"], "dependencies": [], "after_dependencies": ["discovery"], - "codeowners": [] + "codeowners": ["@ctalkington"] }