From 16e457b6dc03168e9534a3d2c77e5201e63ec213 Mon Sep 17 00:00:00 2001 From: Ongy Date: Mon, 28 Nov 2022 15:07:50 +0100 Subject: [PATCH] Add documentation for the Jellyfin media player (#23910) Co-authored-by: Franck Nijhof --- source/_integrations/jellyfin.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/jellyfin.markdown b/source/_integrations/jellyfin.markdown index 732d1347f4b..3d8d156b467 100644 --- a/source/_integrations/jellyfin.markdown +++ b/source/_integrations/jellyfin.markdown @@ -22,6 +22,12 @@ ha_integration_type: service The Jellyfin integration exposes a [Jellyfin](https://jellyfin.org/) server as a Media Source in Home Assistant. Support is currently limited to music and movie libraries only. Other libraries will not appear in the Media Browser. This integration has been tested with Jellyfin server version 10.6.4 and later. +Additionally, this integration sets up every media session connected to the Jellyfin +server as a media player in Home Assistant to provide media controls for each session. + +Browsing media inside Home Assistant in a player's context provides all libraries +of type Movie and Series. + {% include integrations/config_flow.md %} {% configuration_basic %}