From 180bcad47796c7a80fbc23962dce508ddaa9f3c8 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Wed, 11 Mar 2020 14:52:27 -0500 Subject: [PATCH] Add codeowner for roku. (#32695) --- CODEOWNERS | 1 + homeassistant/components/roku/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"] }