Add todo icon translations (#108477)

pull/108544/head
Franck Nijhof 2024-01-20 20:32:47 +01:00 committed by GitHub
parent 74ae79204a
commit 942636ffd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"entity_component": {
"_": {
"default": "mdi:clipboard-list"
}
},
"services": {
"add_item": "mdi:clipboard-plus",
"get_items": "mdi:clipboard-arrow-down",
"remove_completed_items": "mdi:clipboard-remove",
"remove_item": "mdi:clipboard-minus",
"update_item": "mdi:clipboard-edit"
}
}