core/homeassistant/components/fan/icons.json

29 lines
609 B
JSON
Raw Normal View History

2024-01-20 12:29:43 +00:00
{
"entity_component": {
"_": {
"default": "mdi:fan",
"state": {
"off": "mdi:fan-off"
},
"state_attributes": {
"direction": {
"default": "mdi:rotate-right",
"state": {
"reverse": "mdi:rotate-left"
}
}
2024-01-20 12:29:43 +00:00
}
}
},
"services": {
"decrease_speed": "mdi:fan-minus",
"increase_speed": "mdi:fan-plus",
"oscillate": "mdi:arrow-oscillating",
"set_percentage": "mdi:fan",
"set_preset_mode": "mdi:fan-auto",
"toggle": "mdi:fan",
"turn_off": "mdi:fan-off",
"turn_on": "mdi:fan"
}
}