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

Revert Zeroconf back to previously used library (#24139)

* Revert back to previously used library

* Fix test

* Remove unused import

* Fix import

* Update __init__.py

* Update __init__.py

* Fix test after rebase
This commit is contained in:
Robert Svensson
2019-05-29 23:20:06 +02:00
committed by Paulus Schoutsen
parent 42ee8eef50
commit 84baaa324c
9 changed files with 42 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ To update, run python3 -m hassfest
\"\"\"
SERVICE_TYPES = {}
ZEROCONF = {}
""".strip()