Add icon translations to August (#108396)

pull/108174/head
Joost Lekkerkerker 2024-01-19 20:07:04 +01:00 committed by GitHub
parent 4f4f22ba36
commit fff1fc8d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -0,0 +1,9 @@
{
"entity": {
"binary_sensor": {
"image_capture": {
"default": "mdi:file-image"
}
}
}
}