1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 02:19:16 +00:00

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"