Files
core/homeassistant/components/nmap_tracker/manifest.json
T
J. Nick Koston 6218cd648d Update nmap_tracker to use the network integration (#54877)
* Update nmap_tracker to use the network integration

* fix redefine variable inner scope
2021-08-20 13:01:55 +02:00

15 lines
351 B
JSON

{
"domain": "nmap_tracker",
"name": "Nmap Tracker",
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
"dependencies": ["network"],
"requirements": [
"netmap==0.7.0.2",
"getmac==0.8.2",
"mac-vendor-lookup==0.1.11"
],
"codeowners": ["@bdraco"],
"iot_class": "local_polling",
"config_flow": true
}