1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00
Files
core/homeassistant/components/switchbot_cloud/icons.json
2026-02-13 01:47:03 +01:00

64 lines
1.5 KiB
JSON

{
"entity": {
"button": {
"art_frame_next_picture": {
"default": "mdi:chevron-right-box"
},
"art_frame_previous_picture": {
"default": "mdi:chevron-left-box"
}
},
"fan": {
"air_purifier": {
"default": "mdi:air-purifier",
"state": {
"off": "mdi:air-purifier-off"
},
"state_attributes": {
"preset_mode": {
"state": {
"auto": "mdi:auto-mode",
"normal": "mdi:fan",
"pet": "mdi:paw",
"sleep": "mdi:power-sleep"
}
}
}
}
},
"humidifier": {
"evaporative_humidifier": {
"state_attributes": {
"mode": {
"state": {
"drying_filter": "mdi:water-remove",
"high": "mdi:water-plus",
"low": "mdi:water-outline",
"medium": "mdi:water",
"quiet": "mdi:volume-off",
"target_humidity": "mdi:target"
}
}
}
}
},
"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"
}
}
}
}
}