Files
home-assistant-core/homeassistant/components/sky_remote/const.py
T
72b976f832 Add Sky remote integration (#124507)
Co-authored-by: Kyle Cooke <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
2024-11-13 14:29:04 +01:00

7 lines
81 B
Python

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