Add allenporter to stream codeowners (#47431)

This commit is contained in:
uvjustin 2021-03-05 22:51:07 +08:00 committed by GitHub
parent 6a4b755faf
commit 864380e77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -453,7 +453,7 @@ homeassistant/components/starline/* @anonym-tsk
homeassistant/components/statistics/* @fabaff
homeassistant/components/stiebel_eltron/* @fucm
homeassistant/components/stookalert/* @fwestenberg
homeassistant/components/stream/* @hunterjm @uvjustin
homeassistant/components/stream/* @hunterjm @uvjustin @allenporter
homeassistant/components/stt/* @pvizeli
homeassistant/components/subaru/* @G-Two
homeassistant/components/suez_water/* @ooii

View file

@ -4,6 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/stream",
"requirements": ["av==8.0.3"],
"dependencies": ["http"],
"codeowners": ["@hunterjm", "@uvjustin"],
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
"quality_scale": "internal"
}