hass-core/homeassistant/components/nut/manifest.json
Pablo Estevez 780d0a484d
Add NUT device actions (#80986)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-23 14:09:36 -05:00

12 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": ["pynut2"],
"requirements": ["pynut2==2.1.2"],
"zeroconf": ["_nut._tcp.local."]
}