mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add icon translations to Recollect Waste (#112204)
This commit is contained in:
parent
35599046ac
commit
15fa302c9a
@ -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,
|
||||
|
9
homeassistant/components/recollect_waste/icons.json
Normal file
9
homeassistant/components/recollect_waste/icons.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"calendar": {
|
||||
"calendar": {
|
||||
"default": "mdi:delete-empty"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user