mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix Reolink battery translation_key unneeded (#117616)
This commit is contained in:
parent
1589226618
commit
abe83f5515
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user