Add core as codeowner to tts (#91539)
parent
717898fc92
commit
5c7d124f02
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue