From d3140ee7663eb9d56c30e93b067d1dc7b308c3e6 Mon Sep 17 00:00:00 2001 From: Sanjoy Ghosh Date: Thu, 28 Mar 2024 22:17:52 +0530 Subject: [PATCH] new file icons.json --- custom_components/dirigera_platform/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 custom_components/dirigera_platform/icons.json diff --git a/custom_components/dirigera_platform/icons.json b/custom_components/dirigera_platform/icons.json new file mode 100644 index 0000000..535e951 --- /dev/null +++ b/custom_components/dirigera_platform/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "dump_data": "mdi:dump-truck" + } +} \ No newline at end of file