mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 11:45:55 +01:00
* braviatv, nmap_tracker: use getmac for getting MAC addresses Refs https://github.com/home-assistant/home-assistant/pull/24601 * Move getmac imports to top level
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"domain": "nmap_tracker",
|
|
"name": "Nmap tracker",
|
|
"documentation": "https://www.home-assistant.io/components/nmap_tracker",
|
|
"requirements": [
|
|
"python-nmap==0.6.1",
|
|
"getmac==0.8.1"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|