From 2b534af9606a2f22e6570b14dca7a44ae26413c9 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 30 Jan 2024 19:36:57 +0100 Subject: [PATCH] Update reload icons for automation and person service (#109147) --- homeassistant/components/automation/icons.json | 2 +- homeassistant/components/person/icons.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/automation/icons.json b/homeassistant/components/automation/icons.json index 7a95b4070d5..9b68825ffd1 100644 --- a/homeassistant/components/automation/icons.json +++ b/homeassistant/components/automation/icons.json @@ -13,6 +13,6 @@ "turn_off": "mdi:robot-off", "toggle": "mdi:robot", "trigger": "mdi:robot", - "reload": "mdi:robot" + "reload": "mdi:reload" } } diff --git a/homeassistant/components/person/icons.json b/homeassistant/components/person/icons.json index 130819bf7f6..fbfd5be75d2 100644 --- a/homeassistant/components/person/icons.json +++ b/homeassistant/components/person/icons.json @@ -8,6 +8,6 @@ } }, "services": { - "reload": "mdi:account-sync" + "reload": "mdi:reload" } }