1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/sky_remote/const.py
dunnmj 72b976f832 Add Sky remote integration (#124507)
Co-authored-by: Kyle Cooke <saty9@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-11-13 14:29:04 +01:00

7 lines
81 B
Python

"""Constants."""
DOMAIN = "sky_remote"
DEFAULT_PORT = 49160
LEGACY_PORT = 5900