1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/generated/zeroconf.py

21 lines
328 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"
],
"_hap._tcp.local.": [
"homekit_controller"
]
}