diff --git a/homeassistant/components/fan/icons.json b/homeassistant/components/fan/icons.json index 512427c9508..ebc4988e87f 100644 --- a/homeassistant/components/fan/icons.json +++ b/homeassistant/components/fan/icons.json @@ -4,6 +4,14 @@ "default": "mdi:fan", "state": { "off": "mdi:fan-off" + }, + "state_attributes": { + "direction": { + "default": "mdi:rotate-right", + "state": { + "reverse": "mdi:rotate-left" + } + } } } },