Skip to content

Commit

Permalink
Update icons.json to new service schema part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Nov 24, 2024
1 parent 43fd3ff commit 4f5e0c0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions custom_components/unifi_voucher/icons.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"services": {
"create": "mdi:plus",
"delete": "mdi:delete",
"list": "mdi:format-list-bulleted",
"update": "mdi:update"
"create": {
"service": "mdi:plus"
},
"delete": {
"service": "mdi:delete"
},
"list": {
"service": "mdi:format-list-bulleted"
},
"update": {
"service": "mdi:update"
}
}
}

0 comments on commit 4f5e0c0

Please sign in to comment.