From 7b856fc31501b2ffc7ef7d0218d9694728492e52 Mon Sep 17 00:00:00 2001 From: Mark Cocker Date: Wed, 28 Jun 2023 18:38:39 +0100 Subject: [PATCH] Correct URL for issues --- custom_components/myenergi/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/myenergi/const.py b/custom_components/myenergi/const.py index a891445..a57e08e 100644 --- a/custom_components/myenergi/const.py +++ b/custom_components/myenergi/const.py @@ -6,7 +6,7 @@ VERSION = "0.0.23" ATTRIBUTION = "Data provided by myenergi" -ISSUE_URL = "https://github.com/cjne/myenergi/issues" +ISSUE_URL = "https://github.com/CJNE/ha-myenergi/issues" # Icons ICON = "mdi:format-quote-close"