From fd50121d43ebd8c704b7943a903a8f585de0b47b Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 27 Feb 2024 00:43:41 +0300 Subject: [PATCH] Update blueprint integration const.py --- custom_components/integration_blueprint/const.py | 1 + custom_components/integration_blueprint/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/integration_blueprint/const.py b/custom_components/integration_blueprint/const.py index 66c28f3..ec9da8f 100644 --- a/custom_components/integration_blueprint/const.py +++ b/custom_components/integration_blueprint/const.py @@ -7,3 +7,4 @@ DOMAIN = "integration_blueprint" VERSION = "0.0.0" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" +ISSUE_URL = "https://github.com/Limych/ha-blueprint/issues" diff --git a/custom_components/integration_blueprint/manifest.json b/custom_components/integration_blueprint/manifest.json index e1b321a..14be6b4 100644 --- a/custom_components/integration_blueprint/manifest.json +++ b/custom_components/integration_blueprint/manifest.json @@ -8,7 +8,7 @@ "dependencies": [], "documentation": "https://github.com/Limych/ha-blueprint", "iot_class": "cloud_polling", - "issue_tracker": "", + "issue_tracker": "https://github.com/Limych/ha-blueprint/issues", "requirements": [], "version": "0.0.0" } \ No newline at end of file