mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
12 lines
192 B
Python
12 lines
192 B
Python
"""Constants for the pyLoad integration."""
|
|
|
|
DOMAIN = "pyload"
|
|
|
|
DEFAULT_NAME = "pyLoad"
|
|
DEFAULT_PORT = 8000
|
|
|
|
MANUFACTURER = "pyLoad Team"
|
|
SERVICE_NAME = "pyLoad"
|
|
|
|
UNIT_DOWNLOADS = "downloads"
|