Skip to content

Releases: samuelspagl/ha_samsung_soundbar

YASSI - 0.4.1

14 Oct 19:50
bd313ea
Compare
Choose a tag to compare

[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

08 Oct 09:00
3e41dd3
Compare
Choose a tag to compare
YASSI - 0.4.1-beta2 Pre-release
Pre-release

0.4.1-beta-01 - YASSI

07 Oct 12:35
Compare
Choose a tag to compare
0.4.1-beta-01 - YASSI Pre-release
Pre-release

Full Changelog: 0.4.0...0.4.1-beta01

YASSI - 0.4.0

09 Jun 15:20
0d2424b
Compare
Choose a tag to compare

🆕✨⚠️ 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

20 May 19:15
Compare
Choose a tag to compare
YASSI - 0.4.0b4 Pre-release
Pre-release

Full Changelog: 0.4.0b2...0.4.0b4

YASSI - 0.4.0b2

05 Apr 14:31
Compare
Choose a tag to compare
YASSI - 0.4.0b2 Pre-release
Pre-release

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

01 Apr 20:15
Compare
Choose a tag to compare
YASSI - 0.4.0a1 Pre-release
Pre-release

⚠️ 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

12 Mar 13:41
5e24680
Compare
Choose a tag to compare

🆕✨ 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

YASSI - 0.3.0b4

12 Mar 13:21
Compare
Choose a tag to compare
YASSI - 0.3.0b4 Pre-release
Pre-release

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

YASSI - 0.3.0b3

09 Feb 06:48
Compare
Choose a tag to compare
YASSI - 0.3.0b3 Pre-release
Pre-release

[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