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(
|
SensorEntityDescription(
|
||||||
key="SignalPercent",
|
key="SignalPercent",
|
||||||
icon="mdi:signal-cellular-3",
|
|
||||||
translation_key="signal_percent",
|
translation_key="signal_percent",
|
||||||
native_unit_of_measurement=PERCENTAGE,
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
entity_registry_enabled_default=True,
|
entity_registry_enabled_default=True,
|
||||||
@ -62,7 +61,6 @@ NETWORK_SENSORS = (
|
|||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="CID",
|
key="CID",
|
||||||
translation_key="cid",
|
translation_key="cid",
|
||||||
icon="mdi:radio-tower",
|
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
entity_registry_enabled_default=False,
|
entity_registry_enabled_default=False,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user