fin-assistant/custom_components/jellyfin/manifest.json

12 lines
369 B
JSON
Raw Normal View History

2021-05-04 09:46:09 +00:00
{
2025-09-15 05:16:22 +00:00
"domain": "Jellyfin",
"name": "fin-assistant",
"version": "0.0.1",
2021-05-04 09:46:09 +00:00
"config_flow": true,
2025-09-15 05:16:22 +00:00
"documentation": "https://github.com/sudoxnym/fin-assistant",
"issue_tracker": "https://github.com/sudoxnym/fin-assistant/issues",
2021-05-04 09:46:09 +00:00
"requirements": ["jellyfin-apiclient-python==1.7.2"],
2025-09-15 05:16:22 +00:00
"codeowners": ["sudoxnym"],
2021-06-06 09:29:12 +00:00
"iot_class": "local_push"
2022-07-05 21:29:14 +00:00
}