mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add icon translations to Slack (#112226)
This commit is contained in:
parent
863950ab12
commit
47b7333d99
9
homeassistant/components/slack/icons.json
Normal file
9
homeassistant/components/slack/icons.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"do_not_disturb_until": {
|
||||||
|
"default": "mdi:clock"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -30,7 +30,6 @@ async def async_setup_entry(
|
|||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="do_not_disturb_until",
|
key="do_not_disturb_until",
|
||||||
translation_key="do_not_disturb_until",
|
translation_key="do_not_disturb_until",
|
||||||
icon="mdi:clock",
|
|
||||||
device_class=SensorDeviceClass.TIMESTAMP,
|
device_class=SensorDeviceClass.TIMESTAMP,
|
||||||
),
|
),
|
||||||
entry,
|
entry,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user