Add @IvanLH to owners of google_generative_ai_conversation (#140764)

Update CODEOWNERS
This commit is contained in:
Ivan Lopez Hernandez
2025-03-17 01:12:22 -07:00
committed by GitHub
parent 74ce703755
commit 110e827ede
2 changed files with 3 additions and 3 deletions

4
CODEOWNERS generated
View File

@ -570,8 +570,8 @@ build.json @home-assistant/supervisor
/tests/components/google_cloud/ @lufton @tronikos
/homeassistant/components/google_drive/ @tronikos
/tests/components/google_drive/ @tronikos
/homeassistant/components/google_generative_ai_conversation/ @tronikos
/tests/components/google_generative_ai_conversation/ @tronikos
/homeassistant/components/google_generative_ai_conversation/ @tronikos @ivanlh
/tests/components/google_generative_ai_conversation/ @tronikos @ivanlh
/homeassistant/components/google_mail/ @tkdrob
/tests/components/google_mail/ @tkdrob
/homeassistant/components/google_photos/ @allenporter

View File

@ -2,7 +2,7 @@
"domain": "google_generative_ai_conversation",
"name": "Google Generative AI",
"after_dependencies": ["assist_pipeline", "intent"],
"codeowners": ["@tronikos"],
"codeowners": ["@tronikos", "@ivanlh"],
"config_flow": true,
"dependencies": ["conversation"],
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",