- NEW: Added two theme variables
- NEW: Option
columnsfor shortcut buttons, to specify max amount of buttons per row (#78) - FIXED: Buttons to work with HA > v0.88.0 (#82)
- CHANGE: Removed enforced uppercase for shortcut buttons (#74)
- CHANGE: Changed color of media info when
artworkis set tocover/full-cover
- NEW: Support for Standby state in idle view, see
idle_view->when_standby(#73) - NEW: Option
icon_state, change icon color depending on entity state (#77) - NEW: Shortcut items can now trigger scripts (#76)
- NEW: TTS Support for hass.io addon: Google Assistant Webserver and similar solutions
- CHANGE: Artwork border is now hidden by default
- FIXED: Sonos
sync_volumenot working as expected (#72) - FIXED: Progress not visible with
groupoption and not collapsed (#71) - FIXED: Hide season and episode information if current media is a movie
- UPDATE: LitElement dependency to v2.0.1
- NEW: Ability to seek through media by pressing on the progress bar
- NEW: Option
hide(#50) - NEW:
source,name,progress,artwork_border,power_statemute&shuffleparameters tohideoption object (#50) - NEW: Option
shortcuts, replacesmedia_list&media_buttons - NEW: Ability to switch source through
shortcutslist/buttons (#47) - NEW: Option
hide_when_offadded to theshortcutsoption to specify visibility when entity is off (#49) - NEW: Option
sourceto modify how source & source select is displayed - NEW: Option
infoto modify how media info is displayed (#51) - NEW: Option
tts(#61) (@Devqon) - NEW: Two optional TTS options
language&entity_idoptions for TTS (#61) (@Devqon) - NEW: Option
sync_volumeoption tosonosobject to sync volume across grouped Sonos speakers (#48) - NEW: Option
show_group_countadded tosonosoption object to display the number of grouped speakers (if any) in the name - NEW: Option
expandedtosonosoption object to specify default state of the list - CHANGE: Responsive design breakpoint changed from 350px to 390px
- CHANGE: Improved responsive design
- CHANGE: Icons inside
shortcutslist items & buttons is now displayed to the left - CHANGE: Progress bar background color is now slightly more transparent
- CHANGE: Source & source select is now visible by default (if supported & available)
- CHANGE: Progress bar is now visible by default (if supported & available)
- CHANGE: Artwork border is now visible by default
- CHANGE: Renamed and reworked
sonos_groupingoption tosonos(BREAKING CHANGE) - CHANGE: The
idle_viewoption now takes an object (BREAKING CHANGE) - FIXED: Progress bar layout when used with group option (#56)
- FIXED: Issue where
consider_idle_after(nowidle_view->after) option would not always work properly - FIXED: Inconsistent height of card while using group option and artwork cover (#54)
- REMOVED: The following options were removed
hide_info,hide_power,hide_icon,hide_media_info,hide_volume,hide_controls&hide_muteoptions (#50) (BREAKING CHANGE) - REMOVED:
consider_idle_after&consider_pause_idleoptions were removed, see newidle_viewoption (BREAKING CHANGE) - REMOVED:
artwork_borderoption, see newhideoption (BREAKING CHANGE) - REMOVED:
power_coloroption, see newhideoption (BREAKING CHANGE) - REMOVED:
show_sourceoption, see newhide&sourceoption (#50) (BREAKING CHANGE) - REMOVED:
show_progressoption, see newhideoption (#50) (BREAKING CHANGE) - REMOVED:
show_shuffleoption, see newhideoption (#50) (BREAKING CHANGE) - REMOVED:
show_ttsoption, see newttsoption (BREAKING CHANGE) - REMOVED:
media_list&media_buttonsoptions were removed, see newshortcutsoption (BREAKING CHANGE) - REMOVED:
scroll_info&short_infooptions were removed, see newinfooption (#51) (BREAKING CHANGE) - REMOVED: Ability to run the source directly was removed, if you haven't migrated to the built bundle yet, it's time to do it now (BREAKING CHANGE)
- Added:
replace_muteoption #43 - Added:
iconoption to media object (media buttons/list) - Changed: made
nameoption for media object (media buttons/list) optional - Changed: renamed media item object
urloption toid(you can still use url for now) - Changed: new shuffle icon style
- Fixed:
more_infonot working when using card inside entities card #44 - Fixed: animation improvements
- Fixed: cleaned up & removed redundant code
- Fixed: bumped dependencies
- Fixed: card will now grow taller instead of clipping content if more space is needed when using
artwork: full-cover - Fixed: height issue while using
groupoption
-
Added:
sonos_groupingoption for Sonos group management -
Added: showing
app_nameif no other media information is available #38 -
Changed: artwork images renders in base64, should result in faster rendering
-
Fixed: improvements to artwork logic, should result in smoother transitions
-
Fixed:
artwork: full-covernow displays "non music" artwork in a 16:9 aspect ratio -
Fixed: paper slider pin now displays correctly even in collapsed view
-
Added:
media_listoption to display a dropdown list with items to quickly play specified media -
Added:
media_buttonsoption to display buttons to quickly play specified media -
Added:
full-cover-fitoption parameter for theartworkoption, this option does not crop/zoom the artwork likefull-cover#36 -
Added: tts support for the "Alexa as Media Player" custom_component #37 (@Rocka84)
-
Changed: removed animations on initial page load
-
Fixed: less re-rendering -> better performance
-
Fixed: made card background transparent if
group: trueis set -
Fixed: setting
hide_infototruenow make the cards content fill the entire width -
Fixed: text labels not cutting off when no space is available
- Fixed: card not resizing properly in some browsers #33
- Added:
artwork: full-coveroption to display the full artwork #31 - Added:
idle_viewoption to render an alternate view while player state isidle - Fixed: issue where power button color would not display correctly in idle view and
power_colorenabled - Fixed: responsive design improvements #30
- Changed: volume button icons, to not confuse with mute #26
- Changed: adjusted scroll speed for (scroll_info)
- Fixed: improved browser compatibility by removing object spread syntax #25 #27
- Fixed: alignment of shuffle button while
volume_statelessset totrue - Fixed: alignment of source button in HA > 0.81.6
- Added: hide_media_info option #23
- Added: consider_pause_idle option, to render the player idle while it's paused
- Added: parameter
fullforshow_source, to display full source name - Added: (scroll_info) dynamic scroll speed, based on media information length
- Changed: made shuffle button slightly larger
- Fixed: alignment issue when
groupwas set to true and artwork cover was present
- Added: bundle version, to avoid externally loaded dependency #21
- Updated: instructions to include bundle instead of source #21
- Updated: tracker.json with bundle version #21
-
Added:
toggle_poweroption, to be able to change power button behaviour -
Added:
show_shuffleoption, to display a shuffle button
-
Added:
consider_idle_afteroption, to display player as idle after x amount of time
-
Fixed: error when sending tts message after v0.8.8 update
-
Removed: cleaned up redundant code
-
Added:
hide_iconoption to optionally hide the entity icon -
Added: ellipsis instead of clipping the entity name if text overflows
-
Added: fade in/out effect for media info text when
scroll_infois enabled -
Added: various minimalistic transitions
-
Fixed: made ellipsis for media info or entity name text overflow work in more browsers
-
Fixed: Improved responsive design for small screens
-
Fixed: minor alignment issue of the mute button while using
hide_controls -
Removed: source select dropdown animation
- Fixed: unexpected syntax error #18
- Added:
artwork:noneoption, to not show artwork - Added:
backgroundoption to set a custom background image
- Fixed: Prev/Play/Next buttons misaligned with certain configs #16
-
Added:
hide_infooption to optionally hide entity icon, entity name & media information #15
-
Fixed: issue where volume slider would send double
volume_setcommands on change and glitch back -
Updated: lit-element dependency to 0.6.2
-
Added:
show_progressoption to show a progress bar when media progress information is available -
Added: support to display media_series_title, media_season & media_episode information when available #13
- Added:
max_volumeoption to set a max volume value (between 1 & 100) for the volume slider #12 - Added:
tracker.jsonfile for custom_updater support #7 - Fixed: issue where text would wrap outside the card
-
Added: parameter
smallforshow_source. Hides the current source name and only displays the source button -
Added:
hide_muteoption to hide the mute button -
Changed:
hide_controls: truedoes not hide the mute button by default, use newhide_muteoption -
Changed: switched place of the media controls with source in the UI when
hide_volume&show_sourceis enabled, for more consistency -
Fixed: TTS not working after v0.8
-
Fixed: UI will now shrinks more to fit (instead of overflow) when no more horizontal space is available
-
Added:
hide_controlsoption to hide media control buttons #6 -
Added:
hide_volumeoption to hide volume control #6 & #8 -
Added:
short_infooption to limit the media information to one line -
Added:
scroll_infooption to limit the media information to one line and scroll through potential overflowing text -
Changed: source select dropdown button changed from icon to source text + icon to make it easier to click.
-
Fixed: source select dropdown no longer expands outside of the screen area
-
Fixed: elements like title and source becoming hard to see with
artwork: coverand dark backgrounds. -
Fixed: wrong url in readme #9
- Added:
show_sourceoption to display source and source select dropdown - Added:
hide_poweroption to hide power button - Added: check before rende2r to only render if necessary
- Changed: previous and next buttons to the proper ones
mdi:forward&mdi:backwardtomdi:next&mdi:previous - Fixed: issue with
artwork: coverdisplaying over optional card title
- Added: volume button option
volume_stateless, useful for players without volume state information #3 - Added:
nameoption to set/override the entities display name - Fixed:
titleoption now works again - Fixed: issue with alignment of name when card is grouped and
artwork: coveroption is set #4 - Fixed: icon color when using default theme #4
- Changed: media info text color to secondary text color
- Fixed browser incompatibility
- Fixed black buttons on black artwork cover -> white buttons
- Implemented lit-html for quicker re-rendering.
- Fixed bug where attributes did not update when device state changed to
offorunavailable
-
Major code rewrite with much improved rendering performance
-
Added new
artworkoption cover to display artwork as the cards background image -
Added new option
power_colorfor colored on/off button depending on power state -
Added translation for unavailable string
-
Fixed bug with Text-To-Speech not working
-
Fixed duplicate top padding when
titleoption was set
- Added new option
artwork_borderto show a border around the artwork, border color changes depending on players state - Added translation support
- Text-To-Speech input placeholder is now translated to the language of your Home Assistant instance
- Minor style changes, Text-To-Speech input is now slightly transparent while not focused
- Added support to show Text-To-Speech input with the
show_ttsoption
- Initial release