Skip to content

Commit 6b37d7f

Browse files
LucaTheHackerLuca Dametto
authored andcommitted
prek-patch
1 parent 04216db commit 6b37d7f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

homeassistant/components/prana/icons.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"entity": {
33
"fan": {
4+
"extract": {
5+
"default": "mdi:arrow-expand-right"
6+
},
7+
"supply": {
8+
"default": "mdi:arrow-expand-left"
9+
},
410
"ventilation": {
511
"default": "mdi:fan",
612
"state_attributes": {
@@ -14,12 +20,6 @@
1420
}
1521
}
1622
}
17-
},
18-
"extract": {
19-
"default": "mdi:arrow-expand-right"
20-
},
21-
"supply": {
22-
"default": "mdi:arrow-expand-left"
2323
}
2424
},
2525
"number": {

homeassistant/components/prana/strings.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
},
2727
"entity": {
2828
"fan": {
29-
"ventilation": {
30-
"state_attributes": {
31-
"preset_mode": {
32-
"state": {
33-
"auto": "Auto",
34-
"auto_plus": "Auto plus",
35-
"boost": "Boost",
36-
"night": "Night"
37-
}
38-
}
39-
}
40-
},
4129
"extract": {
4230
"name": "Extract fan",
4331
"state_attributes": {
@@ -63,6 +51,18 @@
6351
}
6452
}
6553
}
54+
},
55+
"ventilation": {
56+
"state_attributes": {
57+
"preset_mode": {
58+
"state": {
59+
"auto": "Auto",
60+
"auto_plus": "Auto plus",
61+
"boost": "Boost",
62+
"night": "Night"
63+
}
64+
}
65+
}
6666
}
6767
},
6868
"number": {

0 commit comments

Comments
 (0)