From 5c7d124f02b07e80b2ed25fc262042c9816608d5 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 17 Apr 2023 12:05:54 +0200 Subject: [PATCH] Add core as codeowner to tts (#91539) --- CODEOWNERS | 4 ++-- homeassistant/components/tts/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",