v3.3
Lots of changes in version 3.3, including:
New Configuration Options:
- parsed_date_sort, which allows sorting by the date obtained by using the file_name_format. This should resolve some issues where sorting by date was not previously possible. Thanks, @kalhimeo
- maximum_files_per_entity, which determines whether the maximum files is counted for each entity or overall. E.g. if your card includes 3 sensors and max_files = 5, when this is true you will see up to 15 files but when it is false you will only see up to 5 files total. This is defaulted to true which will continue functioning as before, but many may want to turn this off especially in combination with parsed_date_sort.
- caption_leading_zeros, which determines whether leading zeros are included in the captions. E.g. January will be represented as "1" when false or "01" when true.
Updates:
- Added support for the Folder sensor included by default in Home Assistant. Configuration is similar to the Files sensor without the need to install a separate component
- The focus is initially now on the main image, which should allow using keypress on the page load.
Bug Fixes:
- Reverted previous updates for lazy loading of videos. This results in better thumbnail loading for me, but YMMV. Lazy loading for images remains.
- Fixed missing icons in the card configuration editor.
- Fixed popup for adding a media source in the card configuration editor.
- Fix for recurring TypeError involving tagName