1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-15 13:01:22 +01:00
Files
core/homeassistant/components/zeroconf/const.py
T
2025-04-23 19:52:35 -10:00

8 lines
133 B
Python

"""Zeroconf constants."""
DOMAIN = "zeroconf"
ZEROCONF_TYPE = "_home-assistant._tcp.local."
REQUEST_TIMEOUT = 10000 # 10 seconds