Add icon translations to Medcom BLE (#111904)

Use default icon for Medcom BLE
pull/111954/head
Joost Lekkerkerker 2024-03-01 12:33:24 +01:00 committed by GitHub
parent 9989a63cdf
commit 05b0518854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"entity": {
"sensor": {
"cpm": {
"default": "mdi:radioactive"
}
}
}
}

View File

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