Add config flow to pyLoad integration (#120135)
* Add config flow to pyLoad integration * address issues * remove suggested values * Fix exception * abort import flow on error * readd repair issues on error * fix ruff * changes * changes * exception hints
This commit is contained in:
parent
f257fcb0d1
commit
28fb361c64
13 changed files with 1041 additions and 112 deletions
|
@ -5,3 +5,5 @@ DOMAIN = "pyload"
|
|||
DEFAULT_HOST = "localhost"
|
||||
DEFAULT_NAME = "pyLoad"
|
||||
DEFAULT_PORT = 8000
|
||||
|
||||
ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=pyload"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue