Add service icons to Input Select (#113316)

pull/113411/head
Joost Lekkerkerker 2024-03-14 13:36:30 +01:00 committed by GitHub
parent 645a108e78
commit b6906d963b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"services": {
"select_next": "mdi:skip",
"select_option": "mdi:check",
"select_previous": "mdi:skip-previous",
"select_first": "mdi:skip-backward",
"select_last": "mdi:skip-forward",
"set_options": "mdi:cog",
"reload": "mdi:reload"
}
}