Releases: thlucas1/homeassistantcomponent_soundtouchplus_card
Releases · thlucas1/homeassistantcomponent_soundtouchplus_card
v1.0.11
[ 1.0.11 ] - 2024/09/19
- Gave the player UI a little bit of a facelift to make it easier to see the player control icons and header information. Also styles the footer bar to match colors in the artwork image.
- Updated event processing in various parts of the card; corrected duplicate refresh updates, removed the double progress rings that were displayed in the card editor when refreshing media lists, etc.
- Removed card configuration
playerHeaderBackgroundOpacity
property (replaced by newplayerHeaderBackgroundColor
property). - Added card configuration property
playerHeaderBackgroundColor
: Color value (e.g. "#hhrrggbb") for header area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'. - Removed card configuration
playerControlsBackgroundOpacity
property (replaced by newplayerControlsBackgroundColor
property). - Added card configuration property
playerControlsBackgroundColor
: Color value (e.g. "#hhrrggbb") for Player controls area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'.
v1.0.7
[ 1.0.7 ] - 2024/09/19
- Gave the player UI a little bit of a facelift to make it easier to see the player control icons and header information. Also styles the footer bar to match colors in the artwork image.
- Updated event processing in various parts of the card; corrected duplicate refresh updates, removed the double progress rings that were displayed in the card editor when refreshing media lists, etc.
- Removed card configuration
playerHeaderBackgroundOpacity
property (replaced by newplayerHeaderBackgroundColor
property). - Added card configuration property
playerHeaderBackgroundColor
: Color value (e.g. "#hhrrggbb") for header area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'. - Removed card configuration
playerControlsBackgroundOpacity
property (replaced by newplayerControlsBackgroundColor
property). - Added card configuration property
playerControlsBackgroundColor
: Color value (e.g. "#hhrrggbb") for Player controls area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'.
v1.0.6
v1.0.5
v1.0.4
[ 1.0.4 ] - 2024/06/13
- Added UserPreset section to allow an unlimited number of user-defined presets to be selected for playing. Note that these are not SoundTouch device presets, but user-defined presets. They can be added in the card configuration, or a specified as a JSON data file (for sharing among multiple card instances).
- Added title formatter options support to
playerHeaderNoMediaPlayingText
configuration value. - Added customImageUrls keys to support setting player background images:
playerBackground
sets the background image to display for the Player section when the player is powered on;playerOffBackground
sets the background image to display for the Player section when the player is powered off. - Miscellaneous bug fixes.
v1.0.3
[ 1.0.3 ] - 2024/05/20
- Updated the Player section to be a basic media player; more features are planned, but I wanted to get something out there that was functional.
- Added Sources section to allow media player source to be selected.
- Added recently played list cache support, that caches recently played content to the local file system. The cache list is preferred over the SoundTouch device list, since the device removes it's cover art image links quite frequently. Max cache items is configurable in the SoundTouchPlus device options (per device).
- Updated wiki documentation.