Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the pyLoad integration."""
2 
3 DOMAIN = "pyload"
4 
5 DEFAULT_HOST = "localhost"
6 DEFAULT_NAME = "pyLoad"
7 DEFAULT_PORT = 8000
8 
9 ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=pyload"}
10 
11 MANUFACTURER = "pyLoad Team"
12 SERVICE_NAME = "pyLoad"
13 
14 UNIT_DOWNLOADS = "downloads"