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" }