1
0
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:
Franck Nijhof
2020-06-19 17:33:01 +02:00
committed by GitHub
parent d445c16697
commit 683d960fa5
5 changed files with 98 additions and 12 deletions

View File

@@ -40,6 +40,9 @@ ZEROCONF = {
"_miio._udp.local.": [
"xiaomi_miio"
],
"_nut._tcp.local.": [
"nut"
],
"_printer._tcp.local.": [
"brother"
],