fin-assistant/README.md

42 lines
750 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
## 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
```
---
#### [View Changelog](changelog/changelog.md)