Add codeowner for roku. (#32695)

This commit is contained in:
Chris Talkington 2020-03-11 14:52:27 -05:00 committed by GitHub
parent 01dc81d8fb
commit 180bcad477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -5,5 +5,5 @@
"requirements": ["roku==4.0.0"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": []
"codeowners": ["@ctalkington"]
}