Add icon translations to Google Mail (#111660)

This commit is contained in:
Joost Lekkerkerker 2024-02-27 22:28:53 +01:00 committed by GitHub
parent d9486c1eb5
commit 5aa5bc406c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{
"services": {
"set_vacation": "mdi:beach"
}
}

View File

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