Skip to content

Releases: JurajNyiri/PlexMeetsHomeAssistant

3.6

17 Jan 19:27
b9e732e
Compare
Choose a tag to compare
3.6

3.6

New Features

Adds ability to use maxRows together with useHorizontalScroll. If you specify maxRows while useHorizontalScroll is set to yes, it will display exactly maxRows number of rows. This was requested in #59 .

Fixes

  • Fixes a case where search wasn't working properly after closing details of a searched item.
  • Performance improvements all over the place, everything should be quicker now.

3.5

16 Jan 14:45
2dd99a6
Compare
Choose a tag to compare
3.5

3.5

New Features

Adds Sonos target device. You can now use https://www.home-assistant.io/integrations/sonos/ integration to play music from Plex.

3.4.1

04 Jan 23:31
Compare
Choose a tag to compare

3.4.1

Fixes

Fix for #65 where Plex cast was not working in case of multiple Plex integrations / servers were added.

3.4

04 Jan 18:43
Compare
Choose a tag to compare
3.4

3.4

New Features

Adds requested VLC media player Telnet target device. You can now use https://www.home-assistant.io/integrations/vlc_telnet/ integration to play music tracks from Plex.

3.3.2

23 Nov 19:34
Compare
Choose a tag to compare

3.3.2

New Features

  • Adds an option to specify whether to use shuffle or not when a music library is selected

Bug fixes

  • Fixes a case where nothing would happen when clicking play arrow when using cast without plex integration

3.3.1

19 Oct 13:56
a25f030
Compare
Choose a tag to compare

New Features

  • It is now possible to use folder display view for music libraries
  • Look&Feel for some items that are missing thumbnails and are opened

Fixes

  • Edge case where incorrect width was calculated in sidebar panel

3.3

19 Oct 12:44
468947b
Compare
Choose a tag to compare
3.3

New Features

  • #50 was implemented. It is now possible to choose display type. This allows you to display for example albums from chosen library instead of artists. Similarly, this allows you to show Seasons from TV Shows.
  • Sort fields for visual editor are now automatically populated from Plex. They are now available everywhere where plex allows to sort.

3.2.1

16 Oct 12:35
e9358c0
Compare
Choose a tag to compare

New Features

Support for plexPlayer in input_select and input_text.

3.2

16 Oct 12:07
3f48eb1
Compare
Choose a tag to compare
3.2

New Features

You can now use input_select and input_text entities in the card. Value of these cards will be automatically processed and checked for availability.

Some use cases:

  • You can now have input_select with all your media players. Simply select the media player you wish to use and it will be automatically picked up in the card.
  • You can now have automations with room presence. If you are in living room, put living room media player into input_text / input_select. Bedroom? Use bedroom automatically. Combined with Restricted views per user accounts, you can have this seamlessly working on unlimited number of devices.

You can still use all of these in multiples just like before. First available entity will always be chosen.

3.1.1

13 Oct 13:59
Compare
Choose a tag to compare

Fixes

Fix #44: Infinite loop calling to PLEX_URL/api/states/sensor.kodi_media_sensor_search and getting 404 not found response