fin-assistant/custom_components/jellyfin/manifest.json

10 lines
295 B
JSON
Raw Normal View History

2021-05-04 09:46:09 +00:00
{
"domain": "jellyfin",
"name": "Jellyfin",
2021-05-13 09:43:45 +00:00
"version": "1.0.1",
2021-05-04 09:46:09 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/emby",
"requirements": ["jellyfin-apiclient-python==1.7.2"],
"codeowners": ["@koying"],
2021-05-13 13:44:28 +00:00
"iot_class": "cloud_push"
2021-05-04 09:46:09 +00:00
}