2023-09-06 18:20:27 +03:00
|
|
|
{
|
|
|
|
"domain": "samsung_soundbar",
|
|
|
|
"name": "Samsung Soundbar",
|
2023-09-06 18:36:26 +03:00
|
|
|
"codeowners": ["@samuelspagl"],
|
2023-09-06 20:07:17 +03:00
|
|
|
"config_flow": true,
|
2023-09-06 18:20:27 +03:00
|
|
|
"documentation": "https://www.example.com",
|
|
|
|
"integration_type": "hub",
|
|
|
|
"iot_class": "cloud_polling",
|
2023-09-06 20:07:17 +03:00
|
|
|
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
|
|
|
"requirements": ["pysmartthings"],
|
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>
2024-06-09 18:13:38 +03:00
|
|
|
"version": "0.4.0"
|
2023-09-06 20:07:17 +03:00
|
|
|
}
|