mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
added upcoming media card example
This commit is contained in:
parent
0c0e2d6ae1
commit
6caf3de5ee
1 changed files with 17 additions and 42 deletions
59
README.md
59
README.md
|
|
@ -2,46 +2,6 @@
|
|||
|
||||
Jellyfin integration for Home Assistant
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.0.8
|
||||
|
||||
- Fix browse service (#21)
|
||||
|
||||
### 1.0.7
|
||||
|
||||
- Fix error handling
|
||||
|
||||
### 1.0.6
|
||||
|
||||
- Fix exception when item is not playable
|
||||
|
||||
### 1.0.5
|
||||
|
||||
- Fix IoT class
|
||||
- Fix media play
|
||||
|
||||
### 1.0.4
|
||||
|
||||
- Fix Playlist folder
|
||||
|
||||
### 1.0.3
|
||||
|
||||
- Fix cast
|
||||
- Info in YAMC
|
||||
|
||||
### 1.0.2
|
||||
|
||||
- Do not throttle data update
|
||||
|
||||
### 1.0.1
|
||||
|
||||
- Config flow fixes
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial public release
|
||||
|
||||
## Features
|
||||
|
||||
### Entities
|
||||
|
|
@ -49,11 +9,11 @@ Jellyfin integration for Home Assistant
|
|||
- 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)
|
||||
|
|
@ -64,3 +24,18 @@ Jellyfin integration for Home Assistant
|
|||
- `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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### [View Changelog](changelog/changelog.md)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue