Bump: 1.0.2

This commit is contained in:
Chris Browet 2021-05-13 19:00:24 +02:00
parent d00128eb72
commit e5cf2d04b3
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant
## Changelog ## Changelog
### 1.0.2
- Do not throttle data update
### 1.0.1 ### 1.0.1
- Config flow fixes - Config flow fixes

View file

@ -1,7 +1,7 @@
{ {
"domain": "jellyfin", "domain": "jellyfin",
"name": "Jellyfin", "name": "Jellyfin",
"version": "1.0.1", "version": "1.0.2",
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/koying/jellyfin_ha", "documentation": "https://github.com/koying/jellyfin_ha",
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",