mirror of
https://github.com/vakius/hassio-addon-lifepo4wered.git
synced 2026-08-01 20:44:12 +03:00
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:
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "LiFePO4wered Addon",
|
"name": "LiFePO4wered Addon",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"init": false,
|
"init": false,
|
||||||
"slug": "lifepo4wered",
|
"slug": "lifepo4wered",
|
||||||
"description": "Add-on with service and MQTT monitor for LiFePO4wered/Pi+ UPS",
|
"description": "Add-on with service and MQTT monitor for LiFePO4wered/Pi+ UPS",
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ DIAG_VOLTAGE = [
|
|||||||
("VBAT_SHDN", "Battery shutdown voltage"),
|
("VBAT_SHDN", "Battery shutdown voltage"),
|
||||||
("VBAT_BOOT", "Battery boot voltage"),
|
("VBAT_BOOT", "Battery boot voltage"),
|
||||||
("VOUT_MAX", "Output maximum 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)
|
# raw-value diagnostic registers (units vary or are unitless flags/timers)
|
||||||
|
|||||||
Reference in New Issue
Block a user