1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Xiaomi Miio zeroconf discovery (#35352)

This commit is contained in:
starkillerOG
2020-05-14 15:59:40 +02:00
committed by GitHub
parent c67d035366
commit 256370afa8
8 changed files with 151 additions and 24 deletions

View File

@@ -31,6 +31,9 @@ ZEROCONF = {
"_ipps._tcp.local.": [
"ipp"
],
"_miio._udp.local.": [
"xiaomi_miio"
],
"_printer._tcp.local.": [
"brother"
],