mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add icon translations to Google Mail (#111660)
This commit is contained in:
parent
d9486c1eb5
commit
5aa5bc406c
5
homeassistant/components/google_mail/icons.json
Normal file
5
homeassistant/components/google_mail/icons.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"services": {
|
||||
"set_vacation": "mdi:beach"
|
||||
}
|
||||
}
|
@ -22,7 +22,6 @@ SCAN_INTERVAL = timedelta(minutes=15)
|
||||
SENSOR_TYPE = SensorEntityDescription(
|
||||
key="vacation_end_date",
|
||||
translation_key="vacation_end_date",
|
||||
icon="mdi:clock",
|
||||
device_class=SensorDeviceClass.TIMESTAMP,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user