mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Zeroconf discovery for config entries (#23919)
* Proof of concept * Follow comments * Fix line length and bad imports * Move imports to top * Exception handling for unicode decoding Create debug print for new service types Add empty test files * First try at a test * Add type and name to service info Fix static check * Add aiozeroconf to test dependencies
This commit is contained in:
committed by
Paulus Schoutsen
parent
e047e4dcff
commit
636077c74d
11
homeassistant/generated/zeroconf.py
Normal file
11
homeassistant/generated/zeroconf.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Automatically generated by hassfest.
|
||||
|
||||
To update, run python3 -m hassfest
|
||||
"""
|
||||
|
||||
|
||||
SERVICE_TYPES = {
|
||||
"_axis-video._tcp.local.": [
|
||||
"axis"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user