core/homeassistant/components/qnap/const.py

7 lines
84 B
Python

"""The Qnap constants."""
DEFAULT_PORT = 8080
DEFAULT_TIMEOUT = 5
DOMAIN = "qnap"