core/homeassistant/components/fan/icons.json

21 lines
424 B
JSON
Raw Normal View History

2024-01-20 12:29:43 +00:00
{
"entity_component": {
"_": {
"default": "mdi:fan",
"state": {
"off": "mdi:fan-off"
}
}
},
"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"
}
}