Fix Reolink battery translation_key unneeded (#117616)

This commit is contained in:
starkillerOG
2024-05-17 09:09:01 +02:00
committed by GitHub
parent 1589226618
commit abe83f5515
2 changed files with 0 additions and 4 deletions
@@ -65,7 +65,6 @@ SENSORS = (
ReolinkSensorEntityDescription(
key="battery_percent",
cmd_key="GetBatteryInfo",
translation_key="battery_percent",
native_unit_of_measurement=PERCENTAGE,
device_class=SensorDeviceClass.BATTERY,
state_class=SensorStateClass.MEASUREMENT,
@@ -400,9 +400,6 @@
"ptz_pan_position": {
"name": "PTZ pan position"
},
"battery_percent": {
"name": "Battery percentage"
},
"battery_temperature": {
"name": "Battery temperature"
},