Skip to content

Commit 5398d6f

Browse files
Update victron_mqtt to 2026.3.12 (#328)
## Changes - Fix couple of metric_natures ## Contributors @tomer-w Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 4b662d8 commit 5398d6f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

custom_components/victron_mqtt/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"iot_class": "local_push",
1111
"issue_tracker": "https://github.com/tomer-w/ha-victron-mqtt/issues",
1212
"requirements": [
13-
"victron_mqtt==2026.3.11"
13+
"victron_mqtt==2026.3.12"
1414
],
1515
"ssdp": [
1616
{

victron_mqtt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
"name": "Time since last full charge",
982982
"unit_of_measurement": "seconds",
983983
"metric_type": "MetricType.NONE",
984-
"metric_nature": "MetricNature.TOTAL_INCREASING",
984+
"metric_nature": "MetricNature.TOTAL",
985985
"value_type": "ValueType.FLOAT",
986986
"precision": null,
987987
"enum": null,
@@ -1003,7 +1003,7 @@
10031003
"name": "Cumulative Ah drawn",
10041004
"unit_of_measurement": "Ah",
10051005
"metric_type": "MetricType.ELECTRIC_STORAGE_CAPACITY",
1006-
"metric_nature": "MetricNature.TOTAL_INCREASING",
1006+
"metric_nature": "MetricNature.TOTAL",
10071007
"value_type": "ValueType.FLOAT",
10081008
"precision": 1,
10091009
"enum": null,

0 commit comments

Comments
 (0)