Add service icons to Input Number (#113315)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 13:38:56 +01:00 committed by GitHub
parent 5573dbc5a7
commit 41be0487c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
{
"services": {
"decrement": "mdi:minus",
"increment": "mdi:plus",
"set_value": "mdi:numeric",
"reload": "mdi:reload"
}
}