Add service icons to Timer (#113358)

pull/113405/head
Joost Lekkerkerker 2024-03-14 11:40:22 +01:00 committed by GitHub
parent 4c3943e264
commit 11e69f6baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"services": {
"start": "mdi:start",
"pause": "mdi:pause",
"cancel": "mdi:cancel",
"finish": "mdi:check",
"change": "mdi:pencil",
"reload": "mdi:reload"
}
}