Skip to content

Commit f57b89c

Browse files
felix-rocfelix.rochau
andauthored
Add Hisense DH3S802BW3 tumble dryer. Relates to issue #161. (#165)
Co-authored-by: felix.rochau <[email protected]>
1 parent 028b4e7 commit f57b89c

File tree

2 files changed

+122
-2
lines changed

2 files changed

+122
-2
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
properties:
2+
- property: AntiCrease
3+
icon: mdi:iron
4+
switch: {}
5+
- property: Child_lock
6+
icon: mdi:lock
7+
switch: {}
8+
- property: Clean_Filter
9+
icon: mdi:brush-variant
10+
binary_sensor: {}
11+
- property: Current_program_phase
12+
icon: mdi:tumble-dryer
13+
sensor:
14+
device_class: enum
15+
options:
16+
0: idle
17+
1: delay_start_waiting
18+
2: running
19+
3: running
20+
4: anti_crease
21+
5: program_finished
22+
read-only: true
23+
- property: Door_status
24+
icon: mdi:square-circle
25+
sensor:
26+
device_class: enum
27+
options:
28+
0: not_available
29+
1: open
30+
2: closed
31+
read-only: true
32+
- property: Drum_Light
33+
icon: mdi:lightbulb-on
34+
switch: {}
35+
- property: Dry_Level
36+
icon: mdi:weather-sunny
37+
select:
38+
options:
39+
1: "Low"
40+
2: "Medium"
41+
3: "High"
42+
- property: Selected_program_remaining_time_in_minutes
43+
icon: mdi:timer
44+
sensor:
45+
device_class: duration
46+
unit: min
47+
read-only: true
48+
- property: Waterbox_Full
49+
icon: mdi:water-alert
50+
binary_sensor: {}
51+
- property: machine_status
52+
icon: mdi:tumble-dryer
53+
sensor:
54+
device_class: enum
55+
options:
56+
0: "off"
57+
1: standby
58+
2: running
59+
read-only: true
60+
- property: mute
61+
icon: mdi:volume-mute
62+
switch: {}
63+
- property: Selected_program_ID
64+
icon: mdi:selection-ellipse-arrow-inside
65+
select:
66+
options:
67+
1: auto
68+
2: anti_allergy
69+
3: refresh
70+
4: sports
71+
5: towels
72+
7: time
73+
8: cotton
74+
9: baby
75+
10: synthetic
76+
11: wool
77+
12: delicates
78+
13: fast30
79+
17: shirts
80+
18: bed_linen
81+
19: down
82+
- property: dry_time
83+
icon: mdi:timer
84+
select:
85+
options:
86+
1: wardrobe
87+
2: pre-ironing
88+
3: extra_dry
89+
- property: Natural_Dry
90+
icon: mdi:hair-dryer
91+
switch: {}

custom_components/connectlife/translations/en.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@
14391439
"name": "Holiday mode"
14401440
},
14411441
"mute": {
1442-
"name": "Mute"
1442+
"name": "Mute"
14431443
},
14441444
"t_air": {
14451445
"name": "Air"
@@ -1519,6 +1519,35 @@
15191519
"follow": "Follow",
15201520
"not_follow": "Not Follow"
15211521
}
1522+
},
1523+
"selected_program_id": {
1524+
"name": "Selected Programm",
1525+
"state": {
1526+
"auto": "Auto",
1527+
"remote": "Remote Controll",
1528+
"anti_allergy": "Allergy Care",
1529+
"refresh": "Refresh",
1530+
"sports": "Sportswear",
1531+
"towels": "Towels",
1532+
"time": "Time Dry",
1533+
"cotton": "Cotton",
1534+
"baby": "Baby Care",
1535+
"synthetic": "Synthetics",
1536+
"wool": "Wool",
1537+
"delicates": "Delicates",
1538+
"fast30": "Quick 30´",
1539+
"shirts": "Shirts",
1540+
"bed_linen": "Bedding",
1541+
"down": "Down"
1542+
}
1543+
},
1544+
"dry_time": {
1545+
"name": "Drying Target",
1546+
"state": {
1547+
"wardrobe": "Wardrobe",
1548+
"pre-ironing": "Pre Ironing",
1549+
"extra_dry": "Extra Dry"
1550+
}
15221551
}
15231552
},
15241553
"water_heater": {
@@ -1558,4 +1587,4 @@
15581587
}
15591588
}
15601589
}
1561-
}
1590+
}

0 commit comments

Comments
 (0)