forked from platypush/platypush
Added raw_sensor metadata
This commit is contained in:
parent
72a9a9dfcf
commit
cb9b01c89f
1 changed files with 8 additions and 0 deletions
|
@ -191,6 +191,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"raw_sensor": {
|
||||||
|
"name": "Sensor",
|
||||||
|
"name_plural": "Sensors",
|
||||||
|
"icon": {
|
||||||
|
"class": "fas fa-thermometer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"name": "Sensor",
|
"name": "Sensor",
|
||||||
"name_plural": "Sensors",
|
"name_plural": "Sensors",
|
||||||
|
|
Loading…
Reference in a new issue