mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"domain": "nut",
|
|
"name": "Network UPS Tools (NUT)",
|
|
"codeowners": ["@bdraco", "@ollo69", "@pestevez", "@tdfountain"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nut",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aionut"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aionut==4.3.4"],
|
|
"zeroconf": ["_nut._tcp.local."]
|
|
}
|