Releases: samuelspagl/ha_samsung_soundbar
YASSI - 0.4.1
[0.4.1] 🧙♂️✨👻 Media Mystique: The Great Data Disappearing Act!
Small sidenote:
Please use service calls to set the state of custom capabilities instead of trying to activate the entities 🤓. #43 explains the issue.
Fixed
- Made media data (track title, artist, length) optional to accommodate soundbars that don't provide this information (🥲) ✅ fixes #42
Added
- Add translations for the english translation file
YASSI - 0.4.1-beta2
Full Changelog: 0.4.1-beta01...0.4.1-beta02
0.4.1-beta-01 - YASSI
Full Changelog: 0.4.0...0.4.1-beta01
YASSI - 0.4.0
🆕✨⚠️ Started with an "ick", but is now packed with new features 💪
Linked PR: #28,
This release "started with an 'ick', but is now packed with new features 💪".
The story behind the title:
On the 26th or march, something changed in the SmartThings API. It wasn't possible anymore to retrieve the status of 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!
Changelog
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
YASSI - 0.4.0b4
Full Changelog: 0.4.0b2...0.4.0b4
YASSI - 0.4.0b2
Description
To be updated
Changelog
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
Changed
- Fixed state, also displaying "playing" and "paused" values
YASSI - 0.4.0a1
⚠️ Alpha Branch, this version can break things.
More detailed description will follow with later versions.
Added
- Configuration flow options for enable / disable
- "advanced audio" features (NightMode, Bassmode, VoiceEnhancer)
- "woofer" feature
- "soundmode" feature
- "eq" feature
YASSI - 0.3.0
🆕✨ Add icons to entities and set wifi
input source for specific applications
Linked PR: #16
This release adds some some custom icons to the registered entities. Just for styling but still 😁.
Additionally it will assign itself the input source wifi
when media_app_name
is Spotify
or AirPlay
as the SmartThings API does not set this property and returns null
.
Caution
As shown in !14 it
it seems that the SmartThings Api is only setting the correct media_app_name
(detailName
called in the json_response) if the SmartThings App was opened one time.
This will probably need some more investigation, but it is not sure whether this integration can fix this.
A few smaller changes / fixes include the update of the GitHub actions workflows, as well as a minor deprecation chore and removing some unnecessary logging statements mentioned while the set-up process of the integration.
Changelog
Added
- Icons for the individual entities
Changed
- Updated the GitHub actions workflows
- Change "magic numbers" to
MediaPlayerEntityFeature
object
For more information see https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation - the
source
now returns the valuewifi
when themedia_app_name
isAirPlay
orSpotify
- removed some unnecessary logging statements, and changed others to
debug
YASSI - 0.3.0b4
Important
This is just a pre-release
changes can be made, and it should not be used in an production environment.
🆕✨ Add icons to entities and set wifi
input source for specific applications
This MR adds some some custom icons to the registered entities. Just for styling but still 😁.
Additionally it will assign itself the input source wifi
when media_app_name
is Spotify
or AirPlay
as the SmartThings API does not set this property and returns null
.
Caution
As shown in !14 it
it seems that the SmartThings Api is only setting the correct media_app_name
(detailName
called in the json_response) if the SmartThings App was opened one time.
This will probably need some more investigation, but it is not sure whether this integration can fix this.
A few smaller changes / fixes include the update of the GitHub actions workflows, as well as a minor deprecation chore and removing some unnecessary logging statements mentioned while the set-up process of the integration.
Changelog
Added
- Icons for the individual entities
Changed
- Updated the GitHub actions workflows
- Change "magic numbers" to
MediaPlayerEntityFeature
object
For more information see https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation - the
source
now returns the valuewifi
when themedia_app_name
isAirPlay
orSpotify
- removed some unnecessary logging statements, and changed others to
debug
YASSI - 0.3.0b3
[BETA] New Icons and some chores
This pre-release features some new icons for the sensor
, select
and numbers
entities.
Additionally the project was adjusted according to the deprecation changes mentioned in this blog entry:
https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
The source
now returns the value wifi
when the media_app_name
is AirPlay
or Spotify
Full Changelog: 0.3.0b1...0.3.0b3