mirror of https://github.com/home-assistant/core
15 lines
300 B
Python
15 lines
300 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"}
|
|
|
|
MANUFACTURER = "pyLoad Team"
|
|
SERVICE_NAME = "pyLoad"
|
|
|
|
UNIT_DOWNLOADS = "downloads"
|