From 18837421f97e92564e4ee70150ea648b9709bdf5 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sun, 6 Jun 2021 19:05:19 +0200 Subject: [PATCH] BUMP: 1.0.5 --- README.md | 5 +++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 473db74..091f029 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Jellyfin integration for Home Assistant ## Changelog +### 1.0.5 + +- Fix IoT class +- Fix media play + ### 1.0.4 - Fix Playlist folder diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index af17d65..5d5ab80 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.2", + "version": "1.0.5", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",