Add missing icons to switches for Midea (#180596)

This commit is contained in:
Simone Chemelli
2026-08-29 20:53:35 +00:00
committed by Franck Nijhof
parent d1f09b100a
commit d3180dec1a
+41
View File
@@ -71,6 +71,47 @@
"target_indoor_fan_speed": {
"default": "mdi:fan-clock"
}
},
"switch": {
"anion": {
"default": "mdi:air-purifier"
},
"aux_heating": {
"default": "mdi:radiator"
},
"disinfect": {
"default": "mdi:bacteria"
},
"night_light": {
"default": "mdi:weather-night"
},
"out_silent": {
"default": "mdi:volume-mute"
},
"prompt_tone": {
"default": "mdi:bullhorn"
},
"screen_display": {
"default": "mdi:monitor"
},
"self_clean": {
"default": "mdi:broom"
},
"smart_eye": {
"default": "mdi:eye"
},
"sound": {
"default": "mdi:volume-high"
},
"tbh": {
"default": "mdi:heating-coil"
},
"zone1_curve": {
"default": "mdi:chart-bell-curve"
},
"zone2_curve": {
"default": "mdi:chart-bell-curve"
}
}
}
}