No description
Find a file
2025-09-15 00:06:25 -06:00
.github/workflows ADD: github action 2021-05-13 15:45:16 +02:00
changelog Update changelog.md 2022-07-05 14:28:51 -07:00
custom_components/jellyfin Merge branch 'main' into fix-jellyfin-setup-error-and-deprecations.2025-09-15.06-04-26 2025-09-15 00:05:51 -06:00
.gitignore Initial commit 2021-05-04 11:43:43 +02:00
hacs.json FIX: iot class 2021-05-13 15:45:16 +02:00
LICENSE Initial commit 2021-05-04 11:43:43 +02:00
README.md Update README.md 2025-09-14 23:26:23 -06:00

fin-assistant


fin-assistant is the revival of jellyfin-ha to bring the ability for voice assist to jellyfin.

jellyfin_ha

Jellyfin integration for Home Assistant

Installation:

  • Install the Jellyfin integration through HACS or below
  • Configure your Jellyfin server
  • After a restart, you will have media_player and sensor entities.

Features

Entities

  • 1 media_player entity per device
  • 1 sensor per server
  • Supports the "upcoming-media-card" custom card

Media Browser

  • Browse medias and start playback from within Home Assistant

Media Source

  • Browse and stream to a cast device (e.g. Chromecast)

Services

  • trigger_scan: Trigger a server media scan
  • browse: Show a media info on a device
  • delete: Delete a media
  • search: Search for media (for compatible fontends)

Upcoming Media Card

Sample for ui-lovelace.yaml:
- 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.


View Changelog