mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing Miele tumble dryer program codes (#145236)
This commit is contained in:
parent
1e9c585e8b
commit
0ee0b2fcba
@ -435,15 +435,27 @@ DISHWASHER_PROGRAM_ID: dict[int, str] = {
|
||||
TUMBLE_DRYER_PROGRAM_ID: dict[int, str] = {
|
||||
-1: "no_program", # Extrapolated from other device types.
|
||||
0: "no_program", # Extrapolated from other device types
|
||||
1: "automatic_plus",
|
||||
2: "cottons",
|
||||
3: "minimum_iron",
|
||||
4: "woollens_handcare",
|
||||
5: "delicates",
|
||||
6: "warm_air",
|
||||
7: "cool_air",
|
||||
8: "express",
|
||||
9: "cottons_eco",
|
||||
10: "automatic_plus",
|
||||
12: "proofing",
|
||||
13: "denim",
|
||||
14: "shirts",
|
||||
15: "sportswear",
|
||||
16: "outerwear",
|
||||
17: "silks_handcare",
|
||||
19: "standard_pillows",
|
||||
20: "cottons",
|
||||
22: "basket_program",
|
||||
23: "cottons_hygiene",
|
||||
24: "steam_smoothing",
|
||||
30: "minimum_iron",
|
||||
31: "bed_linen",
|
||||
40: "woollens_handcare",
|
||||
|
Loading…
x
Reference in New Issue
Block a user