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:
sudoxnym 2025-09-14 23:25:46 -06:00 committed by GitHub
commit 60957ae825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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