From f5367e002b8358c205e99ff246638ff84ea35f1b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 4 Mar 2024 15:27:00 +0100 Subject: [PATCH] Add icon translations to RFXCOM RFXtrx (#112209) --- homeassistant/components/rfxtrx/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/rfxtrx/icons.json diff --git a/homeassistant/components/rfxtrx/icons.json b/homeassistant/components/rfxtrx/icons.json new file mode 100644 index 00000000000..c1b8e741e45 --- /dev/null +++ b/homeassistant/components/rfxtrx/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "send": "mdi:send" + } +}