mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add @IvanLH to owners of google_generative_ai_conversation (#140764)
Update CODEOWNERS
This commit is contained in:
committed by
GitHub
parent
74ce703755
commit
110e827ede
4
CODEOWNERS
generated
4
CODEOWNERS
generated
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user