Remove NAM translations handled by device class (#95740)
Remove translations handled by device class
This commit is contained in:
parent
caaeb28cbb
commit
4ff158a105
3 changed files with 0 additions and 10 deletions
|
@ -338,7 +338,6 @@ SENSORS: tuple[NAMSensorEntityDescription, ...] = (
|
|||
),
|
||||
NAMSensorEntityDescription(
|
||||
key=ATTR_SIGNAL_STRENGTH,
|
||||
translation_key="signal_strength",
|
||||
suggested_display_precision=0,
|
||||
native_unit_of_measurement=SIGNAL_STRENGTH_DECIBELS_MILLIWATT,
|
||||
device_class=SensorDeviceClass.SIGNAL_STRENGTH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue