forked from platypush/platypush
[#341] Added procedure entity icon.
This commit is contained in:
parent
d623b3d1b8
commit
b74b8aa154
1 changed files with 8 additions and 0 deletions
|
@ -287,6 +287,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"procedure": {
|
||||||
|
"name": "Procedure",
|
||||||
|
"name_plural": "Procedures",
|
||||||
|
"icon": {
|
||||||
|
"class": "fas fa-cogs"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"weight_sensor": {
|
"weight_sensor": {
|
||||||
"name": "Sensor",
|
"name": "Sensor",
|
||||||
"name_plural": "Sensors",
|
"name_plural": "Sensors",
|
||||||
|
|
Loading…
Reference in a new issue