mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| changelog | ||
| custom_components/jellyfin | ||
| .gitignore | ||
| hacs.json | ||
| LICENSE | ||
| README.md | ||
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 scanbrowse: Show a media info on a devicedelete: Delete a mediasearch: 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.