File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
homeassistant/components/prana Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments