mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add discovery to NUT integration (#36827)
* 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>
This commit is contained in:
@@ -40,6 +40,9 @@ ZEROCONF = {
|
||||
"_miio._udp.local.": [
|
||||
"xiaomi_miio"
|
||||
],
|
||||
"_nut._tcp.local.": [
|
||||
"nut"
|
||||
],
|
||||
"_printer._tcp.local.": [
|
||||
"brother"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user