mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 21:05:02 +01: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
|