mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Co-authored-by: Kyle Cooke <saty9@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
81 B
Python
7 lines
81 B
Python
"""Constants."""
|
|
|
|
DOMAIN = "sky_remote"
|
|
|
|
DEFAULT_PORT = 49160
|
|
LEGACY_PORT = 5900
|