Add icon translations to Recollect Waste (#112204)

This commit is contained in:
Joost Lekkerkerker 2024-03-04 15:37:03 +01:00 committed by GitHub
parent 35599046ac
commit 15fa302c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -47,8 +47,8 @@ async def async_setup_entry(
class ReCollectWasteCalendar(ReCollectWasteEntity, CalendarEntity):
"""Define a ReCollect Waste calendar."""
_attr_icon = "mdi:delete-empty"
_attr_name = None
_attr_translation_key = "calendar"
def __init__(
self,

View File

@ -0,0 +1,9 @@
{
"entity": {
"calendar": {
"calendar": {
"default": "mdi:delete-empty"
}
}
}
}