From e3f9764896908dad1ff143a4eead01d757bdf193 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 3 Jan 2022 12:01:38 -0600 Subject: [PATCH] Added integration install instructions and links --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b8a7a0a..9877076 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Jellyfin integration for Home Assistant +## Installation: + +- Install the Jellyfin integration through HACS or below + ![](https://my.home-assistant.io/badges/config_flow_start.svg) +- Configure your Jellyfin server +- After a restart, you will have media_player and sensor entities. + +--- + ## Features ### Entities @@ -35,6 +44,8 @@ Jellyfin integration for Home Assistant 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)