Add missing huawei_lte sensor translations (#143694)

This commit is contained in:
Ville Skyttä 2025-04-26 00:54:56 +03:00 committed by GitHub
parent eec9a28fe8
commit 7a105de969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -543,6 +543,7 @@ SENSOR_META: dict[str, HuaweiSensorGroup] = {
descriptions={
"BatteryPercent": HuaweiSensorEntityDescription(
key="BatteryPercent",
translation_key="battery",
device_class=SensorDeviceClass.BATTERY,
native_unit_of_measurement=PERCENTAGE,
state_class=SensorStateClass.MEASUREMENT,

View File

@ -141,6 +141,9 @@
"lte_uplink_frequency": {
"name": "LTE uplink frequency"
},
"mode": {
"name": "Mode"
},
"nrbler": {
"name": "5G block error rate"
},
@ -240,6 +243,9 @@
"current_month_upload": {
"name": "Current month upload"
},
"battery": {
"name": "Battery"
},
"wifi_clients_connected": {
"name": "Wi-Fi clients connected"
},