core/homeassistant/components/switchbot/icons.json

19 lines
340 B
JSON

{
"entity": {
"fan": {
"fan": {
"state_attributes": {
"preset_mode": {
"state": {
"normal": "mdi:fan",
"natural": "mdi:leaf",
"sleep": "mdi:power-sleep",
"baby": "mdi:baby-face-outline"
}
}
}
}
}
}
}