Releases: JurajNyiri/PlexMeetsHomeAssistant
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
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
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
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
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
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
New Features
Support for plexPlayer
in input_select
and input_text
.
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.