
* 2025.3: Beta release notes * 2025.3: Sync with codebase * 2025.3: Tweaks * tiny tweaks * tweaks * some more tweaks * Update 2025-03-05-release-20253.markdown * update * missing breaking change --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2.3 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_config_flow | ha_domain | ha_platforms | ha_integration_type | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Jellyfin | Instructions on how to integrate the Jellyfin integration into Home Assistant. |
|
2021.12 | Local Polling |
|
true | jellyfin |
|
service |
The Jellyfin integration exposes a Jellyfin server as a media source in Home Assistant. Support is currently limited to music, movie and TV show 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.
This integration also creates a Remote
entity for sending remote commands to the client, if supported. For example, this can be used to tell the client to navigate right twice, down once, and select the focused item:
jellyfin_remote_script:
alias: "Jellyfin Remote Script"
sequence:
- action: remote.send_command
target:
entity_id: remote.jellyfin_client
data:
delay_secs: 1.5
command:
- MoveRight
- MoveRight
- MoveDown
- Select
{% include integrations/config_flow.md %}
{% configuration_basic %}
URL:
description: The URL of the Jellyfin server. Please supply the full URL including the protocol and optional webroot. For example https://media.example.com
, http://10.1.1.100:8096
or http://home.example.com/jellyfin
.
Username:
description: The Jellyfin user whose libraries you want to retrieve.
Password:
description: The password of the supplied user.
{% endconfiguration_basic %}
{% include integrations/option_flow.md %}
{% configuration_basic %} Audio Codec: description: Sets the audio encoding codec to a Jellyfin API supported codec (aac, mp3, vorbis, wma) {% endconfiguration_basic %}