Add core as codeowner to tts (#91539)

pull/91586/head
Martin Hjelmare 2023-04-17 12:05:54 +02:00 committed by GitHub
parent 717898fc92
commit 5c7d124f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1259,8 +1259,8 @@ build.json @home-assistant/supervisor
/tests/components/trafikverket_weatherstation/ @endor-force @gjohansson-ST
/homeassistant/components/transmission/ @engrbm87 @JPHutchins
/tests/components/transmission/ @engrbm87 @JPHutchins
/homeassistant/components/tts/ @pvizeli
/tests/components/tts/ @pvizeli
/homeassistant/components/tts/ @home-assistant/core @pvizeli
/tests/components/tts/ @home-assistant/core @pvizeli
/homeassistant/components/tuya/ @Tuya @zlinoliver @frenck
/tests/components/tuya/ @Tuya @zlinoliver @frenck
/homeassistant/components/twentemilieu/ @frenck

View File

@ -2,7 +2,7 @@
"domain": "tts",
"name": "Text-to-Speech (TTS)",
"after_dependencies": ["media_player"],
"codeowners": ["@pvizeli"],
"codeowners": ["@home-assistant/core", "@pvizeli"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/tts",
"integration_type": "entity",