Skip to content

Commit 8d3ef2b

Browse files
authored
Add icons for presets in ViCare ventilation entity (home-assistant#155845)
1 parent 5e40929 commit 8d3ef2b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

homeassistant/components/vicare/icons.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040
"default": "mdi:shower-head"
4141
}
4242
},
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+
},
4359
"number": {
4460
"heating_curve_shift": {
4561
"default": "mdi:plus-minus-variant"

0 commit comments

Comments
 (0)