Trådfri component to use new zeroconf discovery (#24041)
* 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
This commit is contained in:
parent
4b256f3466
commit
3fef9a93cf
7 changed files with 13 additions and 9 deletions
|
@ -8,6 +8,9 @@ SERVICE_TYPES = {
|
|||
"_axis-video._tcp.local.": [
|
||||
"axis"
|
||||
],
|
||||
"_coap._udp.local.": [
|
||||
"tradfri"
|
||||
],
|
||||
"_esphomelib._tcp.local.": [
|
||||
"esphome"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue