diff --git a/CODEOWNERS b/CODEOWNERS index 0e34e307360..eb5a560f063 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/tts/manifest.json b/homeassistant/components/tts/manifest.json index 75f78df1f41..741edbc4cef 100644 --- a/homeassistant/components/tts/manifest.json +++ b/homeassistant/components/tts/manifest.json @@ -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",