mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 18:24:49 -05:00
Add icon translations to Medcom BLE (#111904)
Use default icon for Medcom BLE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"cpm": {
|
||||
"default": "mdi:radioactive"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,7 +29,6 @@ SENSORS_MAPPING_TEMPLATE: dict[str, SensorEntityDescription] = {
|
||||
translation_key="cpm",
|
||||
native_unit_of_measurement=UNIT_CPM,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
icon="mdi:radioactive",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user