mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Add icon translations to SMS (#112228)
This commit is contained in:
parent
ab4750c2ea
commit
4cb8df0951
12
homeassistant/components/sms/icons.json
Normal file
12
homeassistant/components/sms/icons.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"signal_percent": {
|
||||
"default": "mdi:signal-cellular-3"
|
||||
},
|
||||
"cid": {
|
||||
"default": "mdi:radio-tower"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user