You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.4.1] Media Mystique: The Great Data Disappearing Act!
Fixed
Made media data (track title, artist, length) optional to acoomodate soundbars that don't provide this information (🥲)
Added
Add translations for the english translation file
[0.4.0] Started with an "ick", but is now packed with new features 💪
⚠️ Please read the following carefully:
This release is a bit special. As "something" on Samsung's side changed,
it is currently not possible to retrieve the status of "custom capabilities", eg.
woofer, soundmode, eq, and others. Therefore I decided to give the option to
disable the entities of these features as the value of these entities is not trustworthy.
Instead I implemented all of these and more (thanks to @whitebearded) as service calls.
Have fun using them!
Added
Configuration flow options for enable / disable
"advanced audio" features (NightMode, Bassmode, VoiceEnhancer)
"woofer" feature
"soundmode" feature
"eq" feature
added media_player support for next and previous track
Service calls for:
"advanced audio" features (NightMode, Bassmode, VoiceEnhancer)
"woofer" feature
"soundmode" feature
"speaker_level"
"rear_speaker_mode"
"space_fit_sound"
"active_voice_amplifier"
Changed
Fixed state, also displaying "playing" and "paused" values
[0.3.2] Fix division by zero
Added
The config flow now also checks whether the int provided for CONF_ENTRY_MAX_VOLUME is
greater than 1 and lower than 100. This will make sure that a division by zero cannot happen.
Add default value 100 to CONF_ENTRY_MAX_VOLUME
[0.3.1] Documentation enhancements
Changed
Updated the README as well as the documentation website