Add icon translations to Slack (#112226)

pull/112262/head
Joost Lekkerkerker 2024-03-04 16:51:17 +01:00 committed by GitHub
parent 863950ab12
commit 47b7333d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"entity": {
"sensor": {
"do_not_disturb_until": {
"default": "mdi:clock"
}
}
}
}

View File

@ -30,7 +30,6 @@ async def async_setup_entry(
SensorEntityDescription(
key="do_not_disturb_until",
translation_key="do_not_disturb_until",
icon="mdi:clock",
device_class=SensorDeviceClass.TIMESTAMP,
),
entry,