From 453652ef763444ee23d3ba4b50ca5dd03279a700 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 10 Apr 2022 01:50:45 +0200 Subject: [PATCH] Updated plugin icons --- .../backend/http/webapp/src/assets/icons.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" },