* Add manifest support for homekit discovery * Add a space after model check * Update comment
24 lines
365 B
Python
24 lines
365 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
|
|
ZEROCONF = {
|
|
"_axis-video._tcp.local.": [
|
|
"axis"
|
|
],
|
|
"_coap._udp.local.": [
|
|
"tradfri"
|
|
],
|
|
"_esphomelib._tcp.local.": [
|
|
"esphome"
|
|
],
|
|
"_hap._tcp.local.": [
|
|
"homekit_controller"
|
|
]
|
|
}
|
|
|
|
HOMEKIT = {
|
|
"LIFX ": "lifx"
|
|
}
|