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" } }