hass-core/homeassistant/generated/zeroconf.py
Paulus Schoutsen 3c1cdecb88
Add manifest support for homekit discovery (#24225)
* Add manifest support for homekit discovery

* Add a space after model check

* Update comment
2019-05-31 11:58:48 -07:00

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"
}