From 4ed3ea3b02c42e64ef7cd74cc3ee0cd9f2944a3f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 06:10:48 +0100 Subject: [PATCH] Add service icons to REST command (#113347) --- homeassistant/components/rest_command/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/rest_command/icons.json diff --git a/homeassistant/components/rest_command/icons.json b/homeassistant/components/rest_command/icons.json new file mode 100644 index 00000000000..a03163179cb --- /dev/null +++ b/homeassistant/components/rest_command/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "reload": "mdi:reload" + } +}