added version and issue tracker to manifest #98

This commit is contained in:
tomaae 2021-02-16 01:57:27 +01:00
parent 290a333d64
commit ae3feb499e

View file

@ -3,6 +3,7 @@
"name": "Mikrotik Router", "name": "Mikrotik Router",
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/tomaae/homeassistant-mikrotik_router", "documentation": "https://github.com/tomaae/homeassistant-mikrotik_router",
"issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues",
"dependencies": [], "dependencies": [],
"requirements": [ "requirements": [
"librouteros==3.0.0", "librouteros==3.0.0",
@ -10,5 +11,6 @@
], ],
"codeowners": [ "codeowners": [
"@tomaae" "@tomaae"
] ],
"version": "0.0.0"
} }