From 82779fb7cbcc1708b104e29339b3060f0966650c Mon Sep 17 00:00:00 2001 From: Konstantin Deev Date: Fri, 1 Sep 2023 22:57:08 -0500 Subject: [PATCH] add issue tracker --- custom_components/eyeonwater/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/eyeonwater/manifest.json b/custom_components/eyeonwater/manifest.json index d4fc606..75acd96 100644 --- a/custom_components/eyeonwater/manifest.json +++ b/custom_components/eyeonwater/manifest.json @@ -7,5 +7,6 @@ "documentation": "https://github.com/kdeyev/eyeonwater", "iot_class": "cloud_polling", "requirements": ["pyonwater==0.2.5"], - "version": "2.0.5" + "version": "2.0.5", + "issue_tracker": "https://github.com/kdeyev/eyeonwater/issues" }