mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
Merge branch 'main' into fix-jellyfin-setup-error-and-deprecations.2025-09-15.05-52-49
This commit is contained in:
commit
cf023e7b0a
3 changed files with 17 additions and 8 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# fin-assistant
|
||||
---
|
||||
fin-assistant is the revival of jellyfin-ha to bring the ability for voice assist to jellyfin.
|
||||
|
||||
|
||||
|
||||
|
||||
# jellyfin_ha
|
||||
|
||||
Jellyfin integration for Home Assistant
|
||||
|
|
|
|||
|
|
@ -28,8 +28,10 @@ RESULT_CONN_ERROR = "cannot_connect"
|
|||
RESULT_LOG_MESSAGE = {RESULT_CONN_ERROR: "Connection error"}
|
||||
|
||||
|
||||
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a config flow for Jellyfin."""
|
||||
|
||||
class JellyfinFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Config flow for Jellyfin component."""
|
||||
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"domain": "jellyfin",
|
||||
"name": "Jellyfin",
|
||||
"version": "1.1.2",
|
||||
"domain": "Jellyfin",
|
||||
"name": "fin-assistant",
|
||||
"version": "0.0.1",
|
||||
"config_flow": true,
|
||||
"documentation": "https://github.com/koying/jellyfin_ha",
|
||||
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
|
||||
"documentation": "https://github.com/sudoxnym/fin-assistant",
|
||||
"issue_tracker": "https://github.com/sudoxnym/fin-assistant/issues",
|
||||
"requirements": ["jellyfin-apiclient-python==1.7.2"],
|
||||
"codeowners": ["@koying"],
|
||||
"codeowners": ["sudoxnym"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue