Add icon translations to August (#108396)
This commit is contained in:
parent
4f4f22ba36
commit
fff1fc8d19
2 changed files with 9 additions and 1 deletions
|
@ -140,7 +140,6 @@ SENSOR_TYPES_VIDEO_DOORBELL = (
|
||||||
AugustDoorbellBinarySensorEntityDescription(
|
AugustDoorbellBinarySensorEntityDescription(
|
||||||
key="image capture",
|
key="image capture",
|
||||||
translation_key="image_capture",
|
translation_key="image_capture",
|
||||||
icon="mdi:file-image",
|
|
||||||
value_fn=_retrieve_image_capture_state,
|
value_fn=_retrieve_image_capture_state,
|
||||||
is_time_based=True,
|
is_time_based=True,
|
||||||
),
|
),
|
||||||
|
|
9
homeassistant/components/august/icons.json
Normal file
9
homeassistant/components/august/icons.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"binary_sensor": {
|
||||||
|
"image_capture": {
|
||||||
|
"default": "mdi:file-image"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue