We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e40929 commit 8d3ef2bCopy full SHA for 8d3ef2b
homeassistant/components/vicare/icons.json
@@ -40,6 +40,22 @@
40
"default": "mdi:shower-head"
41
}
42
},
43
+ "fan": {
44
+ "ventilation": {
45
+ "state_attributes": {
46
+ "preset_mode": {
47
+ "state": {
48
+ "permanent": "mdi:fan",
49
+ "sensor_driven": "mdi:refresh-auto",
50
+ "sensor_override": "mdi:refresh-auto",
51
+ "standard": "mdi:snail",
52
+ "standby": "mdi:power-standby",
53
+ "ventilation": "mdi:clock-outline"
54
+ }
55
56
57
58
+ },
59
"number": {
60
"heating_curve_shift": {
61
"default": "mdi:plus-minus-variant"
0 commit comments