Skip to content

Commit 062b48c

Browse files
Update victron_mqtt to 2026.2.0 (#293)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 669bf7f commit 062b48c

3 files changed

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

custom_components/victron_mqtt/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"name": "Alternator mode"
4343
},
4444
"digitalinput_settings_invert_translation": {
45-
"name": "Digital input settings invert translation"
45+
"name": "Invert digital input"
4646
},
4747
"evcharger_charge": {
4848
"name": "EV charging"
@@ -1285,7 +1285,7 @@
12851285
"name": "Alternator mode"
12861286
},
12871287
"digitalinput_settings_invert_translation": {
1288-
"name": "Digital input settings invert translation"
1288+
"name": "Invert digital input"
12891289
},
12901290
"evcharger_charge": {
12911291
"name": "EV charging"

victron_mqtt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@
15061506
"topic": "N/{installation_id}/digitalinput/{device_id}/Settings/InvertTranslation",
15071507
"message_type": "MetricKind.SWITCH",
15081508
"short_id": "digitalinput_settings_invert_translation",
1509-
"name": "Digital input settings invert translation",
1509+
"name": "Invert digital input",
15101510
"unit_of_measurement": null,
15111511
"metric_type": "MetricType.NONE",
15121512
"metric_nature": "MetricNature.NONE",
@@ -1521,7 +1521,7 @@
15211521
"key_values": {},
15221522
"experimental": false,
15231523
"depends_on": [],
1524-
"generic_name": "Digital input settings invert translation",
1524+
"generic_name": "Invert digital input",
15251525
"is_formula": false
15261526
},
15271527
{
@@ -4244,8 +4244,8 @@
42444244
"precision": 0,
42454245
"enum": null,
42464246
"min_max_range": "RangeType.STATIC",
4247-
"min": null,
4248-
"max": null,
4247+
"min": 0,
4248+
"max": 1440,
42494249
"step": null,
42504250
"is_adjustable_suffix": null,
42514251
"key_values": {},

0 commit comments

Comments
 (0)