mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Bump victron-ble-ha-parser to 0.4.10 (#163310)
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["victron-ble-ha-parser==0.4.9"]
|
||||
"requirements": ["victron-ble-ha-parser==0.4.10"]
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ AC_IN_OPTIONS = [
|
||||
]
|
||||
|
||||
ALARM_OPTIONS = [
|
||||
"no_alarm",
|
||||
"low_voltage",
|
||||
"high_voltage",
|
||||
"low_soc",
|
||||
@@ -336,6 +337,7 @@ SENSOR_DESCRIPTIONS = {
|
||||
"switched_off_register",
|
||||
"remote_input",
|
||||
"protection_active",
|
||||
"load_output_disabled",
|
||||
"pay_as_you_go_out_of_credit",
|
||||
"bms",
|
||||
"engine_shutdown",
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
"low_v_ac_out": "AC-out undervoltage",
|
||||
"low_voltage": "Undervoltage",
|
||||
"mid_voltage": "[%key:component::victron_ble::common::midpoint_voltage%]",
|
||||
"no_alarm": "No alarm",
|
||||
"overload": "Overload",
|
||||
"short_circuit": "Short circuit"
|
||||
}
|
||||
@@ -224,6 +225,7 @@
|
||||
"analysing_input_voltage": "Analyzing input voltage",
|
||||
"bms": "Battery management system",
|
||||
"engine_shutdown": "Engine shutdown",
|
||||
"load_output_disabled": "Load output disabled",
|
||||
"no_input_power": "No input power",
|
||||
"no_reason": "No reason",
|
||||
"pay_as_you_go_out_of_credit": "Pay-as-you-go out of credit",
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -3182,7 +3182,7 @@ venstarcolortouch==0.21
|
||||
viaggiatreno_ha==0.2.4
|
||||
|
||||
# homeassistant.components.victron_ble
|
||||
victron-ble-ha-parser==0.4.9
|
||||
victron-ble-ha-parser==0.4.10
|
||||
|
||||
# homeassistant.components.victron_remote_monitoring
|
||||
victron-vrm==0.1.8
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2673,7 +2673,7 @@ velbus-aio==2026.1.4
|
||||
venstarcolortouch==0.21
|
||||
|
||||
# homeassistant.components.victron_ble
|
||||
victron-ble-ha-parser==0.4.9
|
||||
victron-ble-ha-parser==0.4.10
|
||||
|
||||
# homeassistant.components.victron_remote_monitoring
|
||||
victron-vrm==0.1.8
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
'area_id': None,
|
||||
'capabilities': dict({
|
||||
'options': list([
|
||||
'no_alarm',
|
||||
'low_voltage',
|
||||
'high_voltage',
|
||||
'low_soc',
|
||||
@@ -58,6 +59,7 @@
|
||||
'device_class': 'enum',
|
||||
'friendly_name': 'Battery Monitor Alarm',
|
||||
'options': list([
|
||||
'no_alarm',
|
||||
'low_voltage',
|
||||
'high_voltage',
|
||||
'low_soc',
|
||||
@@ -79,7 +81,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'unknown',
|
||||
'state': 'no_alarm',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensors[battery_monitor][sensor.battery_monitor_battery-entry]
|
||||
@@ -592,6 +594,7 @@
|
||||
'area_id': None,
|
||||
'capabilities': dict({
|
||||
'options': list([
|
||||
'no_alarm',
|
||||
'low_voltage',
|
||||
'high_voltage',
|
||||
'low_soc',
|
||||
@@ -644,6 +647,7 @@
|
||||
'device_class': 'enum',
|
||||
'friendly_name': 'DC Energy Meter Alarm',
|
||||
'options': list([
|
||||
'no_alarm',
|
||||
'low_voltage',
|
||||
'high_voltage',
|
||||
'low_soc',
|
||||
|
||||
Reference in New Issue
Block a user