Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from svlsbrg/fixManualSoc
Browse files Browse the repository at this point in the history
fixed wrong MQTT topic for "Aktueller SoC (Manuelles SoC Modul)"
  • Loading branch information
a529987659852 authored Oct 15, 2024
2 parents 5a32ddc + fd6fa25 commit 4254f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/openwbmqtt/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ class openWBNumberEntityDescription(NumberEntityDescription):
native_max_value=100.0,
native_step=1.0,
entity_category=EntityCategory.CONFIG,
mqttTopicCommand="manualSoc",
mqttTopicCommand="%Soc",
mqttTopicCurrentValue="manualSoc",
mqttTopicChargeMode=None,
entity_registry_enabled_default=False,
Expand Down

0 comments on commit 4254f86

Please sign in to comment.