2025-09-15 05:26:23 +00:00
|
|
|
# fin-assistant
|
|
|
|
|
---
|
|
|
|
|
fin-assistant is the revival of jellyfin-ha to bring the ability for voice assist to jellyfin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-05-04 09:43:43 +00:00
|
|
|
# jellyfin_ha
|
2021-05-07 17:36:17 +00:00
|
|
|
|
2021-05-04 09:43:43 +00:00
|
|
|
Jellyfin integration for Home Assistant
|
2021-05-07 17:36:17 +00:00
|
|
|
|
2022-01-03 18:01:38 +00:00
|
|
|
## Installation:
|
|
|
|
|
|
|
|
|
|
- Install the Jellyfin integration through HACS or below
|
|
|
|
|

|
|
|
|
|
- Configure your Jellyfin server
|
|
|
|
|
- After a restart, you will have media_player and sensor entities.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2021-05-07 17:36:17 +00:00
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
### Entities
|
|
|
|
|
|
|
|
|
|
- 1 media_player entity per device
|
|
|
|
|
- 1 sensor per server
|
2021-05-10 16:25:44 +00:00
|
|
|
- Supports the "upcoming-media-card" custom card
|
2022-01-03 17:25:49 +00:00
|
|
|
|
2021-05-07 17:36:17 +00:00
|
|
|
### Media Browser
|
|
|
|
|
|
|
|
|
|
- Browse medias and start playback from within Home Assistant
|
2022-01-03 17:25:49 +00:00
|
|
|
|
2021-05-07 17:36:17 +00:00
|
|
|
### Media Source
|
|
|
|
|
|
2021-05-13 07:27:44 +00:00
|
|
|
- Browse and stream to a cast device (e.g. Chromecast)
|
2021-05-07 17:36:17 +00:00
|
|
|
|
|
|
|
|
### Services
|
|
|
|
|
|
|
|
|
|
- `trigger_scan`: Trigger a server media scan
|
2021-05-13 07:27:44 +00:00
|
|
|
- `browse`: Show a media info on a device
|
|
|
|
|
- `delete`: Delete a media
|
|
|
|
|
- `search`: Search for media (for compatible fontends)
|
2022-01-03 17:25:49 +00:00
|
|
|
|
|
|
|
|
### Upcoming Media Card
|
|
|
|
|
|
|
|
|
|
###### Sample for ui-lovelace.yaml:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
- type: custom:upcoming-media-card
|
|
|
|
|
entity: sensor.jellyfin_media_server
|
|
|
|
|
title: Latest Media
|
|
|
|
|
```
|
|
|
|
|
|
2022-01-03 18:01:38 +00:00
|
|
|
More configuration options can be found in the [upcoming-media-card](https://github.com/custom-cards/upcoming-media-card#options) repo.
|
|
|
|
|
|
2022-01-03 17:25:49 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
#### [View Changelog](changelog/changelog.md)
|
|
|
|
|
|