From 1191032b081390c5034a527a135981e17511a681 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker <joostlek@outlook.com> Date: Thu, 14 Mar 2024 14:01:41 +0100 Subject: [PATCH] Add service icons to REST (#113346) --- homeassistant/components/rest/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/rest/icons.json diff --git a/homeassistant/components/rest/icons.json b/homeassistant/components/rest/icons.json new file mode 100644 index 00000000000..a03163179cb --- /dev/null +++ b/homeassistant/components/rest/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "reload": "mdi:reload" + } +} -- GitLab