mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Add @IvanLH to owners of google_generative_ai_conversation (#140764)
Update CODEOWNERS
This commit is contained in:
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
|
/tests/components/google_cloud/ @lufton @tronikos
|
||||||
/homeassistant/components/google_drive/ @tronikos
|
/homeassistant/components/google_drive/ @tronikos
|
||||||
/tests/components/google_drive/ @tronikos
|
/tests/components/google_drive/ @tronikos
|
||||||
/homeassistant/components/google_generative_ai_conversation/ @tronikos
|
/homeassistant/components/google_generative_ai_conversation/ @tronikos @ivanlh
|
||||||
/tests/components/google_generative_ai_conversation/ @tronikos
|
/tests/components/google_generative_ai_conversation/ @tronikos @ivanlh
|
||||||
/homeassistant/components/google_mail/ @tkdrob
|
/homeassistant/components/google_mail/ @tkdrob
|
||||||
/tests/components/google_mail/ @tkdrob
|
/tests/components/google_mail/ @tkdrob
|
||||||
/homeassistant/components/google_photos/ @allenporter
|
/homeassistant/components/google_photos/ @allenporter
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "google_generative_ai_conversation",
|
"domain": "google_generative_ai_conversation",
|
||||||
"name": "Google Generative AI",
|
"name": "Google Generative AI",
|
||||||
"after_dependencies": ["assist_pipeline", "intent"],
|
"after_dependencies": ["assist_pipeline", "intent"],
|
||||||
"codeowners": ["@tronikos"],
|
"codeowners": ["@tronikos", "@ivanlh"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["conversation"],
|
"dependencies": ["conversation"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",
|
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user