2021-01-14 08:09:08 +00:00
|
|
|
{
|
|
|
|
"domain": "dhcp",
|
|
|
|
"name": "DHCP Discovery",
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2023-02-08 19:16:39 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/dhcp",
|
2024-02-27 04:20:24 +00:00
|
|
|
"import_executor": true,
|
2023-02-08 19:16:39 +00:00
|
|
|
"integration_type": "system",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2024-02-09 04:23:42 +00:00
|
|
|
"loggers": [
|
|
|
|
"aiodiscover",
|
|
|
|
"aiodhcpwatcher",
|
|
|
|
"dnspython",
|
|
|
|
"pyroute2",
|
|
|
|
"scapy"
|
|
|
|
],
|
2023-02-08 19:16:39 +00:00
|
|
|
"quality_scale": "internal",
|
2023-12-21 19:36:09 +00:00
|
|
|
"requirements": [
|
2024-02-09 04:23:42 +00:00
|
|
|
"aiodhcpwatcher==0.8.0",
|
2024-02-09 03:27:04 +00:00
|
|
|
"aiodiscover==1.6.1",
|
2023-12-21 19:36:09 +00:00
|
|
|
"cached_ipaddress==0.3.0"
|
|
|
|
]
|
2021-01-14 08:09:08 +00:00
|
|
|
}
|