mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 04:07:51 +00:00
8 lines
133 B
Python
8 lines
133 B
Python
"""Zeroconf constants."""
|
|
|
|
DOMAIN = "zeroconf"
|
|
|
|
ZEROCONF_TYPE = "_home-assistant._tcp.local."
|
|
|
|
REQUEST_TIMEOUT = 10000 # 10 seconds
|