platypush/platypush/backend/http/webapp/src/components/panels/Entities/meta.json

42 lines
628 B
JSON
Raw Normal View History

2022-04-10 13:07:36 +02:00
{
"entity": {
"name": "Entity",
"name_plural": "Entities",
"icon": {
"class": "fas fa-circle-question"
}
},
"device": {
"name": "Device",
"name_plural": "Devices",
"icon": {
"class": "fas fa-gear"
}
},
"switch": {
"name": "Switch",
"name_plural": "Switches",
"icon": {
"class": "fas fa-toggle-on"
}
},
"light": {
"name": "Light",
"name_plural": "Lights",
"icon": {
"class": "fas fa-lightbulb"
}
2022-10-23 00:30:32 +02:00
},
"dimmer": {
"name": "Dimmer",
"name_plural": "Dimmers",
"icon": {
"class": "fas fa-gauge"
}
2022-04-10 13:07:36 +02:00
}
}