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:
Mr. Bubbles 2024-06-23 12:34:32 +02:00 committed by GitHub
parent f257fcb0d1
commit 28fb361c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1041 additions and 112 deletions

View file

@ -5,3 +5,5 @@ DOMAIN = "pyload"
DEFAULT_HOST = "localhost"
DEFAULT_NAME = "pyLoad"
DEFAULT_PORT = 8000
ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=pyload"}