* Move tradfri component to use new zeroconf discovery * Will this work? * Remove prints * Correct order in generated zeroconf * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py
17 lines
266 B
Python
17 lines
266 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m hassfest
|
|
"""
|
|
|
|
|
|
SERVICE_TYPES = {
|
|
"_axis-video._tcp.local.": [
|
|
"axis"
|
|
],
|
|
"_coap._udp.local.": [
|
|
"tradfri"
|
|
],
|
|
"_esphomelib._tcp.local.": [
|
|
"esphome"
|
|
]
|
|
}
|