From 2f16774f66e5ca553ce7b5c332231efa24003bcd Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:16:58 +0100 Subject: [PATCH] Add service icons to Pilight (#113341) --- homeassistant/components/pilight/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/pilight/icons.json diff --git a/homeassistant/components/pilight/icons.json b/homeassistant/components/pilight/icons.json new file mode 100644 index 00000000000..c1b8e741e45 --- /dev/null +++ b/homeassistant/components/pilight/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "send": "mdi:send" + } +}