1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add program id:s and phases to new Miele WQ1000 (#157660)

This commit is contained in:
Åke Strandberg
2025-12-02 09:25:47 +01:00
committed by GitHub
parent b171785f96
commit ae75332656
3 changed files with 9 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ class ProgramPhaseWashingMachine(MieleEnum, missing_to_none=True):
drain = 265
spin = 266, 11010
anti_crease = 267, 11029
finished = 268
finished = 268, 11012
venting = 269
starch_stop = 270
freshen_up_and_moisten = 271
@@ -190,6 +190,7 @@ class ProgramPhaseWashingMachine(MieleEnum, missing_to_none=True):
hygiene = 279
drying = 280
disinfecting = 285
flex_load_active = 11047
class ProgramPhaseTumbleDryer(MieleEnum, missing_to_none=True):
@@ -481,8 +482,8 @@ class WashingMachineProgramId(MieleEnum, missing_to_none=True):
express_20 = 122
down_filled_items = 129
cottons_eco = 133
quick_power_wash = 146
eco_40_60 = 190
quick_power_wash = 146, 10031
eco_40_60 = 190, 10007
normal = 10001

View File

@@ -954,6 +954,7 @@
"extra_dry": "Extra dry",
"final_rinse": "Final rinse",
"finished": "Finished",
"flex_load_active": "FlexLoad active",
"freshen_up_and_moisten": "Freshen up & moisten",
"going_to_target_area": "Going to target area",
"grinding": "Grinding",

View File

@@ -4271,6 +4271,7 @@
'drain',
'drying',
'finished',
'flex_load_active',
'freshen_up_and_moisten',
'hygiene',
'main_wash',
@@ -4327,6 +4328,7 @@
'drain',
'drying',
'finished',
'flex_load_active',
'freshen_up_and_moisten',
'hygiene',
'main_wash',
@@ -6617,6 +6619,7 @@
'drain',
'drying',
'finished',
'flex_load_active',
'freshen_up_and_moisten',
'hygiene',
'main_wash',
@@ -6673,6 +6676,7 @@
'drain',
'drying',
'finished',
'flex_load_active',
'freshen_up_and_moisten',
'hygiene',
'main_wash',