Releases: JurajNyiri/PlexMeetsHomeAssistant
Releases · JurajNyiri/PlexMeetsHomeAssistant
2.0.2
Fixes
- Hitting backspace on empty search results in posters being deleted one by one
2.0.1
Fixes
- Critical bug where setting up a new card was not possible via UI
2.0
2.0
New Features
Configuration through UI
- All the options are detected automatically, available libraries, sort values and even entities, yes, for plexPlayer too.
- It is now possible to hide search bar
- Card is now available in card list when adding a new card in Home Assistant
Fixes
- Fixed a specific case for
cast
where Home Assistant call to cast would fail. If this happens, video file cast is attempted instead. - Fixed a case where changing the configuration would not show updated card in preview
1.5.3
New Features
- Better look for season view when opened from Deck or other special libraries directly
1.5.2
Fixes
- Opening season in recently added not loading episodes
1.5.1
Fixes
- Special libraries not working with cast through Plex
1.5
New Features
Simple setup for entities has been added.
Example of the simplest possible configuration:
type: 'custom:plex-meets-homeassistant'
token: QWdsqEXAMPLETOKENqwerty
ip: 192.168.13.37
libraryName: Movies
entity: media_player.bedroom_tv # entity provided by cast integration
Example of the simplest possible configuration using multiple entities:
type: 'custom:plex-meets-homeassistant'
token: QWdsqEXAMPLETOKENqwerty
ip: 192.168.13.37
libraryName: Movies
entity:
- media_player.living_room_nvidia_shield # created by androidtv integration
- media_player.living_room_tv # created by cast integration
- media_player.bedroom_tv # created by cast integration
- media_player.kodi_123456qwe789rty # created by kodi integration
Card will now automatically detect entity type and use appropriate solution to play media on target entity.
Detailed configuration with defining integration for entity (cast, androidtv, kodi, plexPlayer) is still available and required in some cases. Short definition does not work for plexPlayer as that player has no entities and competely custom built.
Detailed configuration is still needed to do more advanced setup just like before.
Thank you to @rccoleman who provided a way to get entities integration and made this release possible.
1.4
New Features
- Cast now uses Plex app if plex integration configured
1.3.2
Fixes
- Fix: playMedia endpoint for some Plex server versions
1.3.1
Fixes
- Workaround for users encountering CORS errors when requesting to play media through plexPlayer