mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add icon translations to Comelit (#111358)
This commit is contained in:
parent
76784cbc95
commit
8d3982f3dd
9
homeassistant/components/comelit/icons.json
Normal file
9
homeassistant/components/comelit/icons.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"zone_status": {
|
||||||
|
"default": "mdi:shield-check"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -35,7 +35,6 @@ SENSOR_VEDO_TYPES: Final = (
|
|||||||
translation_key="zone_status",
|
translation_key="zone_status",
|
||||||
name=None,
|
name=None,
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
icon="mdi:shield-check",
|
|
||||||
options=[zone_state.value for zone_state in AlarmZoneState],
|
options=[zone_state.value for zone_state in AlarmZoneState],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user