Add icon translations to Comelit (#111358)

This commit is contained in:
Joost Lekkerkerker 2024-02-25 11:35:22 +01:00 committed by GitHub
parent 76784cbc95
commit 8d3982f3dd
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": {
"zone_status": {
"default": "mdi:shield-check"
}
}
}
}

View File

@ -35,7 +35,6 @@ SENSOR_VEDO_TYPES: Final = (
translation_key="zone_status",
name=None,
device_class=SensorDeviceClass.ENUM,
icon="mdi:shield-check",
options=[zone_state.value for zone_state in AlarmZoneState],
),
)