Skip to content

Commit 9a497f5

Browse files
Update victron_mqtt to 2026.3.4 (#313)
## Changes - fix: match named placeholders as wildcards in match\_from\_list @bartvanraalte (#75) ## Contributors @bartvanraalte Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 6c9773b commit 9a497f5

3 files changed

Lines changed: 4 additions & 4 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.2"
13+
"victron_mqtt==2026.3.4"
1414
],
1515
"ssdp": [
1616
{

custom_components/victron_mqtt/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
"name": "Battery consumed amp-hours"
387387
},
388388
"battery_cumulative_ah_drawn": {
389-
"name": "Cumulative Ah Drawn"
389+
"name": "Cumulative Ah drawn"
390390
},
391391
"battery_current": {
392392
"name": "DC bus current"

victron_mqtt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@
978978
"topic": "N/{installation_id}/battery/{device_id}/History/TotalAhDrawn",
979979
"message_type": "MetricKind.SENSOR",
980980
"short_id": "battery_cumulative_ah_drawn",
981-
"name": "Cumulative Ah Drawn",
981+
"name": "Cumulative Ah drawn",
982982
"unit_of_measurement": "Ah",
983983
"metric_type": "MetricType.ELECTRIC_STORAGE_CAPACITY",
984984
"metric_nature": "MetricNature.CUMULATIVE",
@@ -993,7 +993,7 @@
993993
"key_values": {},
994994
"experimental": false,
995995
"depends_on": [],
996-
"generic_name": "Cumulative Ah Drawn",
996+
"generic_name": "Cumulative Ah drawn",
997997
"is_formula": false
998998
},
999999
{

0 commit comments

Comments
 (0)