1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/mikrotik/manifest.json

10 lines
251 B
JSON
Raw Normal View History

{
"domain": "mikrotik",
"name": "Mikrotik",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mikrotik",
"requirements": ["librouteros==3.0.0"],
"codeowners": ["@engrbm87"],
"iot_class": "local_polling"
2020-04-03 21:58:19 +02:00
}