Use device class naming for SMS (#96156)
parent
89ed630af9
commit
6f880ec837
|
@ -17,7 +17,6 @@ from .const import DOMAIN, GATEWAY, NETWORK_COORDINATOR, SIGNAL_COORDINATOR, SMS
|
|||
SIGNAL_SENSORS = (
|
||||
SensorEntityDescription(
|
||||
key="SignalStrength",
|
||||
translation_key="signal_strength",
|
||||
device_class=SensorDeviceClass.SIGNAL_STRENGTH,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
native_unit_of_measurement=SIGNAL_STRENGTH_DECIBELS,
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
"signal_percent": {
|
||||
"name": "Signal percent"
|
||||
},
|
||||
"signal_strength": {
|
||||
"name": "[%key:component::sensor::entity_component::signal_strength::name%]"
|
||||
},
|
||||
"state": {
|
||||
"name": "Network status"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue