diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 621ef9f..85fd281 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -22,7 +22,7 @@ body: required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true - - label: This issue is not a duplicate issue of any [previous issues](https://github.com/ej52/ollama_conversation/issues?q=is%3Aissue+label%3A%22Bug%22+).. + - label: This issue is not a duplicate issue of any [previous issues](https://github.com/ej52/hass-ollama-conversation/issues?q=is%3Aissue+label%3A%22Bug%22+).. required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 343cbc7..9fab0d0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,7 +14,7 @@ body: required: true - label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request). required: true - - label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/ej52/ollama_conversation/issues?q=is%3Aissue+label%3A%22Feature+Request%22+). + - label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/ej52/hass-ollama-conversation/issues?q=is%3Aissue+label%3A%22Feature+Request%22+). required: true - type: textarea diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5edf963..20b8000 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Use [black](https://github.com/ambv/black) to make sure the code follows the sty ## Test your code modification -This custom component is based on [ollama_conversation template](https://github.com/ej52/ollama_conversation). +This custom component is based on [hass-ollama-conversation template](https://github.com/ej52/hass-ollama-conversation). It comes with development environment in a container, easy to launch if you use Visual Studio Code. With this container you will have a stand alone diff --git a/custom_components/ollama_conversation/strings.json b/custom_components/ollama_conversation/strings.json index b1f95d1..e392258 100644 --- a/custom_components/ollama_conversation/strings.json +++ b/custom_components/ollama_conversation/strings.json @@ -3,7 +3,7 @@ "step": { "user": { "data": { - "base_url": "[%key:common::config_flow::data::url%]" + "base_url": "API Base Url" } } },