File tree Expand file tree Collapse file tree 1 file changed +128
-0
lines changed Expand file tree Collapse file tree 1 file changed +128
-0
lines changed Original file line number Diff line number Diff line change 1+ # WashingMachine WF5S9045BW
2+ properties :
3+ # ----------------------Sensors----------------------
4+ - property : Current_program_phase
5+ icon : mdi:state-machine
6+ sensor :
7+ device_class : enum
8+ options :
9+ 0 : not_available
10+ 1 : weigh
11+ 2 : prewash
12+ 3 : wash
13+ 4 : rinse
14+ 7 : spin-dry
15+ 8 : drying
16+ 10 : finished
17+ read_only : true
18+ - property : Detergent_display
19+ icon : mdi:alpha-d-circle-outline
20+ sensor :
21+ device_class : enum
22+ options :
23+ 1 : " Off"
24+ 0 : " On"
25+ - property : Softer_display
26+ icon : mdi:alpha-s-circle-outline
27+ sensor :
28+ device_class : enum
29+ options :
30+ 1 : " Off"
31+ 0 : " On"
32+ - property : Door_status
33+ icon : mdi:washing-machine
34+ sensor :
35+ device_class : enum
36+ options :
37+ 1 : " Unlocked"
38+ 3 : " Locked"
39+ - property : machine_status
40+ icon : " mdi:washing-machine"
41+ sensor :
42+ device_class : enum
43+ options :
44+ 0 : " Off"
45+ 1 : " Standby"
46+ 2 : " Running"
47+ read_only : true
48+ # ----------------------Selects----------------------
49+ - property : Selected_program_ID
50+ icon : mdi:tshirt-crew
51+ select :
52+ options :
53+ 42 : " Auto"
54+ 15 : " Allergy care"
55+ 16 : " Baby"
56+ 24 : " Shirts"
57+ 18 : " Sportswear"
58+ 14 : " Spin-dry"
59+ 6 : " Drum cleaning"
60+ 9 : " Eco 40 60"
61+ 7 : " Cotton"
62+ 8 : " Synthetic"
63+ 10 : " Wool"
64+ 41 : " Power 49"
65+ 11 : " Fast 15"
66+ - property : temperature
67+ icon : mdi:thermometer-lines
68+ select :
69+ options :
70+ 0 : " cold"
71+ 2 : " 20"
72+ 3 : " 30"
73+ 4 : " 40"
74+ 6 : " 60"
75+ 9 : " 90"
76+ - property : Spin_speed_rpm
77+ icon : mdi:rotate-right
78+ select :
79+ options :
80+ 14 : " 1400"
81+ 12 : " 1200"
82+ 10 : " 1000"
83+ 8 : " 800"
84+ 6 : " 600"
85+ 0 : " 0"
86+ - property : Detergent
87+ icon : mdi:chart-bubble
88+ select :
89+ options :
90+ 0 : " Off"
91+ 1 : " Auto"
92+ 2 : " Less"
93+ 3 : " Standard"
94+ 4 : " More"
95+ - property : Softener
96+ icon : mdi:flower-tulip-outline
97+ select :
98+ options :
99+ 0 : " Off"
100+ 1 : " Auto"
101+ 2 : " Less"
102+ 3 : " Standard"
103+ 4 : " More"
104+ # ----------------------Switches----------------------
105+ - property : Prewash
106+ icon : mdi:numeric-1-circle-outline
107+ switch :
108+ options :
109+ 0 : " Off"
110+ 1 : " On"
111+ - property : Extra_Rinse
112+ icon : mdi:tray-plus
113+ switch :
114+ options :
115+ 0 : " Off"
116+ 1 : " On"
117+ - property : Steam
118+ icon : mdi:kettle-steam-outline
119+ switch :
120+ options :
121+ 0 : " Off"
122+ 1 : " On"
123+ - property : Time_Save
124+ icon : mdi:run-fast
125+ switch :
126+ options :
127+ 0 : " Off"
128+ 1 : " On"
You can’t perform that action at this time.
0 commit comments