From f4654128dbbacc26277235afd65d36e87beafa3e Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 30 Jan 2023 22:46:42 -0600 Subject: [PATCH] Add synesthesiam as a codeowner on intent (#86998) --- CODEOWNERS | 4 ++-- homeassistant/components/intent/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ec95384c973..1e6f2c7dec5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -566,8 +566,8 @@ build.json @home-assistant/supervisor /tests/components/integration/ @dgomes /homeassistant/components/intellifire/ @jeeftor /tests/components/intellifire/ @jeeftor -/homeassistant/components/intent/ @home-assistant/core -/tests/components/intent/ @home-assistant/core +/homeassistant/components/intent/ @home-assistant/core @synesthesiam +/tests/components/intent/ @home-assistant/core @synesthesiam /homeassistant/components/intesishome/ @jnimmo /homeassistant/components/ios/ @robbiet480 /tests/components/ios/ @robbiet480 diff --git a/homeassistant/components/intent/manifest.json b/homeassistant/components/intent/manifest.json index 771482d76a4..e345976990b 100644 --- a/homeassistant/components/intent/manifest.json +++ b/homeassistant/components/intent/manifest.json @@ -4,7 +4,7 @@ "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/intent", "dependencies": ["http"], - "codeowners": ["@home-assistant/core"], + "codeowners": ["@home-assistant/core", "@synesthesiam"], "quality_scale": "internal", "integration_type": "system" }