From 205d28a6be3984cdd1bdf66be4f6359456d77b6f Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:29:29 +0300 Subject: [PATCH] Update manifest.json --- custom_components/ha_text_ai/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 880849d..5442bdc 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/smkrv/ha-text-ai", "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "dependencies": [], - "codeowners": ["@your_username"], + "codeowners": ["@smkrv"], "requirements": ["openai==0.27.8"], "config_flow": true, "iot_class": "cloud_polling",