feat: update translation

This commit is contained in:
sususweet
2025-10-11 14:59:16 +08:00
parent 69098292f0
commit 160957abb8
4 changed files with 16 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ DEVICE_MAPPING = {
"state_class": SensorStateClass.MEASUREMENT
},
"tank_status": {
"device_class": SensorDeviceClass.POWER_FACTOR,
"device_class": SensorDeviceClass.BATTERY,
"unit_of_measurement": PERCENTAGE,
"state_class": SensorStateClass.MEASUREMENT
}

View File

@@ -320,9 +320,6 @@
},
"standby_status": {
"name": "Standby Status"
},
"tank_status": {
"name": "Tank Status"
}
},
"climate": {
@@ -626,6 +623,9 @@
}
},
"sensor": {
"tank_status": {
"name": "Tank Status"
},
"fan_level": {
"name": "Fan Level"
},

View File

@@ -320,9 +320,6 @@
},
"standby_status": {
"name": "待机状态"
},
"tank_status": {
"name": "水箱状态"
}
},
"climate": {
@@ -626,6 +623,9 @@
}
},
"sensor": {
"tank_status": {
"name": "水箱状态"
},
"fan_level": {
"name": "风扇档位"
},