From ae3feb499ee2a69a44cc0bad04195e1b2bfd80da Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Tue, 16 Feb 2021 01:57:27 +0100 Subject: [PATCH] added version and issue tracker to manifest #98 --- custom_components/mikrotik_router/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/mikrotik_router/manifest.json b/custom_components/mikrotik_router/manifest.json index d022b69..9d23cda 100644 --- a/custom_components/mikrotik_router/manifest.json +++ b/custom_components/mikrotik_router/manifest.json @@ -3,6 +3,7 @@ "name": "Mikrotik Router", "config_flow": true, "documentation": "https://github.com/tomaae/homeassistant-mikrotik_router", + "issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues", "dependencies": [], "requirements": [ "librouteros==3.0.0", @@ -10,5 +11,6 @@ ], "codeowners": [ "@tomaae" - ] + ], + "version": "0.0.0" } \ No newline at end of file