Rename VIN_THRESHOLD entity to Input voltage threshold

It is a voltage level, not a power quantity.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
vaku
2026-07-19 00:50:00 +03:00
parent 3d8deb1176
commit c1c96d3cfb
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "LiFePO4wered Addon",
"version": "0.1.1",
"version": "0.1.2",
"init": false,
"slug": "lifepo4wered",
"description": "Add-on with service and MQTT monitor for LiFePO4wered/Pi+ UPS",

View File

@@ -84,7 +84,7 @@ DIAG_VOLTAGE = [
("VBAT_SHDN", "Battery shutdown voltage"),
("VBAT_BOOT", "Battery boot voltage"),
("VOUT_MAX", "Output maximum voltage"),
("VIN_THRESHOLD", "Input power threshold"),
("VIN_THRESHOLD", "Input voltage threshold"),
]
# raw-value diagnostic registers (units vary or are unitless flags/timers)