mirror of https://github.com/home-assistant/core
13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"domain": "nut",
|
|
"name": "Network UPS Tools (NUT)",
|
|
"codeowners": ["@bdraco", "@ollo69", "@pestevez"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nut",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aionut"],
|
|
"requirements": ["aionut==4.3.3"],
|
|
"zeroconf": ["_nut._tcp.local."]
|
|
}
|