diff --git a/README.md b/README.md index 9cefe1a..b886a7d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant ## Changelog +### 1.0.2 + +- Do not throttle data update + ### 1.0.1 - Config flow fixes diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 5f59510..d4da82f 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.1", + "version": "1.0.2", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",