diff --git a/platypush/backend/http/webapp/src/assets/icons.json b/platypush/backend/http/webapp/src/assets/icons.json index ee45a801..93e8886c 100644 --- a/platypush/backend/http/webapp/src/assets/icons.json +++ b/platypush/backend/http/webapp/src/assets/icons.json @@ -17,6 +17,9 @@ "camera.pi": { "class": "fas fa-camera" }, + "entities": { + "class": "fa fa-home" + }, "execute": { "class": "fa fa-play" }, @@ -59,9 +62,21 @@ "rtorrent": { "class": "fa fa-magnet" }, + "smartthings": { + "imgUrl": "/icons/smartthings.png" + }, "switches": { "class": "fas fa-toggle-on" }, + "switch.switchbot": { + "class": "fas fa-toggle-on" + }, + "switch.tplink": { + "class": "fas fa-toggle-on" + }, + "switchbot": { + "class": "fas fa-toggle-on" + }, "sound": { "class": "fa fa-microphone" },