fin-assistant/README.md

63 lines
863 B
Markdown
Raw Normal View History

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
## Changelog
2021-07-31 17:55:18 +00:00
### 1.0.7
- Fix error handling
2021-07-02 08:08:55 +00:00
### 1.0.6
- Fix exception when item is not playable
2021-06-06 17:05:19 +00:00
### 1.0.5
- Fix IoT class
- Fix media play
2021-05-16 09:52:00 +00:00
### 1.0.4
- Fix Playlist folder
2021-05-15 11:03:34 +00:00
### 1.0.3
- Fix cast
- Info in YAMC
2021-05-13 17:00:24 +00:00
### 1.0.2
- Do not throttle data update
2021-05-13 09:43:45 +00:00
### 1.0.1
- Config flow fixes
### 1.0.0
2021-05-07 17:36:17 +00:00
- Initial public release
## 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
2021-05-07 17:36:17 +00:00
### Media Browser
- Browse medias and start playback from within Home Assistant
### 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)