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