Add core as codeowner for stt integration (#90777)

This commit is contained in:
Martin Hjelmare 2023-04-04 14:28:34 +02:00 committed by GitHub
parent a9e14cd8d7
commit 3b2127b1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1157,8 +1157,8 @@ build.json @home-assistant/supervisor
/tests/components/stookwijzer/ @fwestenberg
/homeassistant/components/stream/ @hunterjm @uvjustin @allenporter
/tests/components/stream/ @hunterjm @uvjustin @allenporter
/homeassistant/components/stt/ @pvizeli
/tests/components/stt/ @pvizeli
/homeassistant/components/stt/ @home-assistant/core @pvizeli
/tests/components/stt/ @home-assistant/core @pvizeli
/homeassistant/components/subaru/ @G-Two
/tests/components/subaru/ @G-Two
/homeassistant/components/suez_water/ @ooii

View File

@ -1,7 +1,7 @@
{
"domain": "stt",
"name": "Speech-to-Text (STT)",
"codeowners": ["@pvizeli"],
"codeowners": ["@home-assistant/core", "@pvizeli"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/stt",
"integration_type": "entity",