From 35610a7256e464812e3b2e0e024169f41bcfc135 Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Thu, 18 Jul 2024 14:11:48 +0400 Subject: [PATCH] icons translation --- custom_components/ftms/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 custom_components/ftms/icons.json diff --git a/custom_components/ftms/icons.json b/custom_components/ftms/icons.json new file mode 100644 index 0000000..8c3bc58 --- /dev/null +++ b/custom_components/ftms/icons.json @@ -0,0 +1,12 @@ +{ + "entity": { + "switch": { + "climate": { + "default": "mdi:bluetooth", + "state": { + "off": "mdi:bluetooth-off" + } + } + } + } +} \ No newline at end of file