mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
13 lines
270 B
Python
13 lines
270 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"
|