mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
Merge pull request #2 from sudoxnym/fix-jellyfin-setup-error-and-deprecations.2025-09-15.05-25-31
Update Jellyfin integration for latest HA API
This commit is contained in:
commit
60957ae825
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ RESULT_CONN_ERROR = "cannot_connect"
|
|||
RESULT_LOG_MESSAGE = {RESULT_CONN_ERROR: "Connection error"}
|
||||
|
||||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
class JellyfinFlowHandler(config_entries.ConfigFlow):
|
||||
class JellyfinFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Config flow for Jellyfin component."""
|
||||
|
||||
VERSION = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue