Skip to content

Releases: JurajNyiri/PlexMeetsHomeAssistant

2.0.2

12 Jul 21:22
Compare
Choose a tag to compare

Fixes

  • Hitting backspace on empty search results in posters being deleted one by one

2.0.1

12 Jul 21:13
Compare
Choose a tag to compare

Fixes

  • Critical bug where setting up a new card was not possible via UI

2.0

12 Jul 16:39
Compare
Choose a tag to compare
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

11 Jul 10:24
Compare
Choose a tag to compare

New Features

  • Better look for season view when opened from Deck or other special libraries directly

1.5.2

10 Jul 21:31
Compare
Choose a tag to compare

Fixes

  • Opening season in recently added not loading episodes

1.5.1

10 Jul 21:14
Compare
Choose a tag to compare

Fixes

  • Special libraries not working with cast through Plex

1.5

10 Jul 12:36
6f7da0e
Compare
Choose a tag to compare
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

09 Jul 20:14
80e6198
Compare
Choose a tag to compare
1.4

New Features

  • Cast now uses Plex app if plex integration configured

1.3.2

04 Jul 22:20
004a6f3
Compare
Choose a tag to compare

Fixes

  • Fix: playMedia endpoint for some Plex server versions

1.3.1

04 Jul 20:54
93e543f
Compare
Choose a tag to compare

Fixes

  • Workaround for users encountering CORS errors when requesting to play media through plexPlayer