core/homeassistant/components/pyload/const.py

10 lines
216 B
Python

"""Constants for the pyLoad integration."""
DOMAIN = "pyload"
DEFAULT_HOST = "localhost"
DEFAULT_NAME = "pyLoad"
DEFAULT_PORT = 8000
ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=pyload"}