mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
* Add discovery to NUT integration * implement async_step_zeroconf * Update test to make sure unique id not set * Remove host/port import when coming from discovery, add title placeholders * fix mis-paste Co-authored-by: J. Nick Koston <nick@koston.org>
10 lines
253 B
JSON
10 lines
253 B
JSON
{
|
|
"domain": "nut",
|
|
"name": "Network UPS Tools (NUT)",
|
|
"documentation": "https://www.home-assistant.io/integrations/nut",
|
|
"requirements": ["pynut2==2.1.2"],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"zeroconf": ["_nut._tcp.local."]
|
|
}
|