Add icon translations to SMS (#112228)

This commit is contained in:
Joost Lekkerkerker 2024-03-05 08:42:25 +01:00 committed by GitHub
parent ab4750c2ea
commit 4cb8df0951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -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,
),