Jellyfin integration for Home Assistant
Forked version to work with 2025.1 version of Home Assistant
All thanks and rights goes to the author of the integration.
- Go to HACS
- Press the three dots in the upper right corner
- Press Custom repositories
- In the Repository field, enter
Mis1ify/jellyfin_ha - In the Category field, select
Integration - Search for added integration in HACS and install it
- Configure your Jellyfin server
- After a restart, you will have media_player and sensor entities.
- 1 media_player entity per device
- 1 sensor per server
- Supports the "upcoming-media-card" custom card
- Browse medias and start playback from within Home Assistant
- Browse and stream to a cast device (e.g. Chromecast)
trigger_scan: Trigger a server media scanbrowse: Show a media info on a devicedelete: Delete a mediasearch: Search for media (for compatible fontends)
- type: custom:upcoming-media-card
entity: sensor.jellyfin_media_server
title: Latest Media
More configuration options can be found in the upcoming-media-card repo.