core/homeassistant/components/nut/manifest.json

13 lines
366 B
JSON
Raw Normal View History

{
"domain": "nut",
"name": "Network UPS Tools (NUT)",
"codeowners": ["@bdraco", "@ollo69", "@pestevez"],
"config_flow": true,
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/nut",
"integration_type": "device",
"iot_class": "local_polling",
2024-03-23 22:02:02 +00:00
"loggers": ["aionut"],
2024-03-25 01:55:13 +00:00
"requirements": ["aionut==4.3.2"],
2023-02-08 19:32:43 +00:00
"zeroconf": ["_nut._tcp.local."]
}