Update manifest.json

This commit is contained in:
sudoxnym 2025-09-14 23:16:22 -06:00 committed by GitHub
parent 751c8c1d72
commit 11ca93169f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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