From 98c250b9101817b29e7ec26ef65ccbde0f6a1c42 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:14:15 +0100 Subject: [PATCH] Add service icons to RFLink (#113348) * Add service icons to RFLink * Update homeassistant/components/rflink/icons.json --- homeassistant/components/rflink/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/rflink/icons.json diff --git a/homeassistant/components/rflink/icons.json b/homeassistant/components/rflink/icons.json new file mode 100644 index 00000000000..988b048eee7 --- /dev/null +++ b/homeassistant/components/rflink/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "send_command": "mdi:send" + } +}