Add icon translations to SMS (#112228)
This commit is contained in:
parent
ab4750c2ea
commit
4cb8df0951
2 changed files with 12 additions and 2 deletions
|
@ -25,7 +25,6 @@ SIGNAL_SENSORS = (
|
|||
),
|
||||
SensorEntityDescription(
|
||||
key="SignalPercent",
|
||||
icon="mdi:signal-cellular-3",
|
||||
translation_key="signal_percent",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
entity_registry_enabled_default=True,
|
||||
|
@ -62,7 +61,6 @@ NETWORK_SENSORS = (
|
|||
SensorEntityDescription(
|
||||
key="CID",
|
||||
translation_key="cid",
|
||||
icon="mdi:radio-tower",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue