2019-12-02 01:13:28 +01:00
|
|
|
{
|
2019-12-02 18:13:55 +01:00
|
|
|
"domain": "mikrotik_router",
|
|
|
|
"name": "Mikrotik Router",
|
|
|
|
"config_flow": true,
|
2021-05-06 02:32:11 +02:00
|
|
|
"iot_class": "local_polling",
|
2019-12-02 18:13:55 +01:00
|
|
|
"documentation": "https://github.com/tomaae/homeassistant-mikrotik_router",
|
2021-02-16 01:57:27 +01:00
|
|
|
"issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues",
|
2019-12-02 18:13:55 +01:00
|
|
|
"dependencies": [],
|
2020-03-16 18:33:51 +01:00
|
|
|
"requirements": [
|
2022-03-01 12:56:56 +01:00
|
|
|
"librouteros>=3.2.0",
|
|
|
|
"mac-vendor-lookup>=0.1.12"
|
2020-03-16 18:33:51 +01:00
|
|
|
],
|
2019-12-02 18:13:55 +01:00
|
|
|
"codeowners": [
|
|
|
|
"@tomaae"
|
2021-02-16 01:57:27 +01:00
|
|
|
],
|
|
|
|
"version": "0.0.0"
|
2019-12-02 01:13:28 +01:00
|
|
|
}
|