core/homeassistant/components/nut/manifest.json

12 lines
321 B
JSON
Raw Normal View History

{
"domain": "nut",
"name": "Network UPS Tools (NUT)",
"documentation": "https://www.home-assistant.io/integrations/nut",
"requirements": ["pynut2==2.1.2"],
"codeowners": ["@bdraco", "@ollo69"],
"config_flow": true,
"zeroconf": ["_nut._tcp.local."],
"iot_class": "local_polling",
"loggers": ["pynut2"]
}