From 693297aca249db2a1a594f3b88d2ce4082c8db5d Mon Sep 17 00:00:00 2001 From: SVLSBRG <68192191+svlsbrg@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:59:31 +0200 Subject: [PATCH] Revert "Update const.py" This reverts commit fdc69e7ed407d4714e1e8c1e2ef3521988b758e6. --- custom_components/openwbmqtt/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/openwbmqtt/const.py b/custom_components/openwbmqtt/const.py index 5cc593d..3881f70 100644 --- a/custom_components/openwbmqtt/const.py +++ b/custom_components/openwbmqtt/const.py @@ -911,7 +911,7 @@ class openWBNumberEntityDescription(NumberEntityDescription): native_max_value=100.0, native_step=1.0, entity_category=EntityCategory.CONFIG, - mqttTopicCommand="%Soc", + mqttTopicCommand="manualSoc", mqttTopicCurrentValue="manualSoc", mqttTopicChargeMode=None, entity_registry_enabled_default=False,