2019-05-22 00:36:26 +02:00
|
|
|
"""Automatically generated by hassfest.
|
|
|
|
|
2019-05-30 18:41:30 +02:00
|
|
|
To update, run python3 -m script.hassfest
|
2019-05-22 00:36:26 +02:00
|
|
|
"""
|
|
|
|
|
|
|
|
|
2019-05-29 23:20:06 +02:00
|
|
|
ZEROCONF = {
|
2019-05-22 00:36:26 +02:00
|
|
|
"_axis-video._tcp.local.": [
|
|
|
|
"axis"
|
2019-05-23 08:55:08 +02:00
|
|
|
],
|
2019-05-29 20:19:50 +02:00
|
|
|
"_coap._udp.local.": [
|
|
|
|
"tradfri"
|
|
|
|
],
|
2019-05-23 08:55:08 +02:00
|
|
|
"_esphomelib._tcp.local.": [
|
|
|
|
"esphome"
|
2019-05-29 20:20:04 +02:00
|
|
|
],
|
|
|
|
"_hap._tcp.local.": [
|
|
|
|
"homekit_controller"
|
2019-05-22 00:36:26 +02:00
|
|
|
]
|
|
|
|
}
|
2019-05-31 11:58:48 -07:00
|
|
|
|
|
|
|
HOMEKIT = {
|
|
|
|
"LIFX ": "lifx"
|
|
|
|
}
|