Add icon translations to Counter (#109651)

pull/109883/head
Joost Lekkerkerker 2024-02-04 23:20:14 +01:00 committed by Franck Nijhof
parent ce29b4a7e3
commit d789e83879
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"services": {
"decrement": "mdi:numeric-negative-1",
"increment": "mdi:numeric-positive-1",
"reset": "mdi:refresh",
"set_value": "mdi:counter"
}
}