Add icon translations to August (#108396)
parent
4f4f22ba36
commit
fff1fc8d19
|
@ -140,7 +140,6 @@ SENSOR_TYPES_VIDEO_DOORBELL = (
|
|||
AugustDoorbellBinarySensorEntityDescription(
|
||||
key="image capture",
|
||||
translation_key="image_capture",
|
||||
icon="mdi:file-image",
|
||||
value_fn=_retrieve_image_capture_state,
|
||||
is_time_based=True,
|
||||
),
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"image_capture": {
|
||||
"default": "mdi:file-image"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue