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 #68 from svlsbrg/docu-update
Browse files Browse the repository at this point in the history
Docu update: added more selective synchronization to avoid data inconsistency on mqtt restarts.
  • Loading branch information
a529987659852 authored Apr 27, 2024
2 parents eae90f8 + 693297a commit 1e68246
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 @@ -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,
Expand Down

0 comments on commit 1e68246

Please sign in to comment.