mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 03:07:06 +00:00
Add icon translations to August (#108396)
This commit is contained in:
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,
|
||||
),
|
||||
|
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…
x
Reference in New Issue
Block a user