core/homeassistant/components/switchbot_cloud/icons.json

56 lines
1.3 KiB
JSON

{
"entity": {
"fan": {
"air_purifier": {
"default": "mdi:air-purifier",
"state": {
"off": "mdi:air-purifier-off"
},
"state_attributes": {
"preset_mode": {
"state": {
"normal": "mdi:fan",
"auto": "mdi:auto-mode",
"pet": "mdi:paw",
"sleep": "mdi:power-sleep"
}
}
}
}
},
"sensor": {
"light_level": {
"default": "mdi:brightness-7",
"state": {
"1": "mdi:brightness-1",
"2": "mdi:brightness-1",
"3": "mdi:brightness-1",
"4": "mdi:brightness-1",
"5": "mdi:brightness-2",
"6": "mdi:brightness-3",
"7": "mdi:brightness-4",
"8": "mdi:brightness-5",
"9": "mdi:brightness-6",
"10": "mdi:brightness-7"
}
}
},
"humidifier": {
"evaporative_humidifier": {
"state_attributes": {
"mode": {
"state": {
"high": "mdi:water-plus",
"medium": "mdi:water",
"low": "mdi:water-outline",
"quiet": "mdi:volume-off",
"target_humidity": "mdi:target",
"drying_filter": "mdi:water-remove"
}
}
}
}
}
}
}