From 11ca93169ffd56cec6af912724d0b8cefc793256 Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Sun, 14 Sep 2025 23:16:22 -0600 Subject: [PATCH] Update manifest.json --- custom_components/jellyfin/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index b5113d1..29c00be 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -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" }