mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 19:46:26 +00:00
52 lines
1.1 KiB
Markdown
52 lines
1.1 KiB
Markdown
# 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](https://github.com/custom-cards/upcoming-media-card#options) repo.
|
|
|
|
---
|
|
|
|
#### [View Changelog](changelog/changelog.md)
|
|
|