Add synesthesiam as a codeowner on intent (#86998)

This commit is contained in:
Michael Hansen 2023-01-30 22:46:42 -06:00 committed by GitHub
parent be69c81db5
commit f4654128db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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