From 14e30ba9706bd45f2e72431cfef80628262cccdd Mon Sep 17 00:00:00 2001 From: Samuel Spagl <46893256+samuelspagl@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:58:44 +0200 Subject: [PATCH] Update README.md Add note about current API issues --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dde9676..d817d1f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Welcome to YASSI, the Home Assistant integration designed to bring comprehensive control over your Samsung Soundbar into your smart home ecosystem. +> [!CAUTION] +> **Soundbar Integration Issues**: +> +> Samsung changed (un)intentionally? something in the SmartThings API. Therefore it is currently not possible to retrieve a status update for +> custom capabilities like *Soundmode, EQ, Woofer and Advanced Audio settings (Nightmode, Bassmode, Voice-enhancer). +> Other than this, the integration is working as expected. +> +> **I released a new beta version where you can select for which custom capability entities should be created. If one is disabled so is the update +> process, and therefore the error logs will disappear.** +> +> It is still possible to adjust all settings of the custom capabilties, therefore the beta version features service calls for each of those. +> For more and updated information please refer to [#26](https://github.com/samuelspagl/ha_samsung_soundbar/issues/26). +> +> Best Samuel ✌️ + + **Table of Contents:** * [Why YASSI](#why-yassi) @@ -81,4 +97,4 @@ Contributions are what make the open-source community such an amazing place to l ## General Thanks -- Like already mentioned, thanks to @PiotrMachowski / @thierryBourbon for the general idea on how to do things. \ No newline at end of file +- Like already mentioned, thanks to @PiotrMachowski / @thierryBourbon for the general idea on how to do things.