From d81053a69548a67322fb8f96a88c2341ee3f35f2 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 14:01:20 +0100 Subject: [PATCH] Add service icons to History Stats (#113306) --- homeassistant/components/history_stats/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/history_stats/icons.json diff --git a/homeassistant/components/history_stats/icons.json b/homeassistant/components/history_stats/icons.json new file mode 100644 index 00000000000..a03163179cb --- /dev/null +++ b/homeassistant/components/history_stats/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "reload": "mdi:reload" + } +}