BUMP: 1.0.6

This commit is contained in:
Chris Browet 2021-07-02 10:08:55 +02:00
parent 5221f19504
commit 43ad10e7f3
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant
## Changelog
### 1.0.6
- Fix exception when item is not playable
### 1.0.5
- Fix IoT class

View file

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