Skip to content

Tags: samuelspagl/ha_samsung_soundbar

Tags

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix 'audiotrackdata' (#42)

## [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.1-beta02

Toggle 0.4.1-beta02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update 'totalTime' and 'elapsedTime' to be optional attributes

0.4.1-beta01

Toggle 0.4.1-beta01's commit message
Fix 'audiotrackdata'

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Add more fine grained configuration steps (#28)

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

---------

Co-authored-by: Samuel Spagl <samuel.spagl@kobil.com>

0.4.0b4

Toggle 0.4.0b4's commit message
Add translations

0.4.0b3

Toggle 0.4.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add MIT LICENSE

0.4.0b2

Toggle 0.4.0b2's commit message
Update Changelog

0.4.0b1

Toggle 0.4.0b1's commit message
⚠️ [working commit]: add configuration steps

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add icons to select, sensor and switches, change some logging stateme…

…nts (#16)

#### 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
- `source` now returns the value `wifi` when the `media_app_name` is *AirPlay* or *Spotify*
- removed some unnecessary logging statements, and changed others to debug

0.3.0b4

Toggle 0.3.0b4's commit message
Changes some logging statements