From 0ac493f2c5196b3c927d0acb6fc23ee931e595ec Mon Sep 17 00:00:00 2001 From: SMKRV Date: Mon, 18 Nov 2024 11:15:01 +0300 Subject: [PATCH] Reset to current local state --- custom_components/ha_text_ai/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 826a7af..2d9dcb4 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -1,9 +1,9 @@ { - "domain": "ha_text_ai", + "domain": "ha-text-ai", "name": "HA text AI", "config_flow": true, - "documentation": "https://github.com/smkrv/ha_text_ai", - "issue_tracker": "https://github.com/smkrv/ha_text_ai/issues", + "documentation": "https://github.com/smkrv/ha-text-ai", + "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "requirements": ["openai>=1.0.0"], "ssdp": [], "zeroconf": [],