mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Add missing miele program_id code (#166685)
This commit is contained in:
@@ -453,6 +453,7 @@ class WashingMachineProgramId(MieleEnum, missing_to_none=True):
|
||||
proofing = 27, 10057
|
||||
sportswear = 29, 10052
|
||||
automatic_plus = 31
|
||||
table_linen = 33
|
||||
outerwear = 37
|
||||
pillows = 39
|
||||
cool_air = 45 # washer-dryer
|
||||
|
||||
@@ -883,6 +883,7 @@
|
||||
"swiss_roll": "Swiss roll",
|
||||
"swiss_toffee_cream_100_ml": "Swiss toffee cream (100 ml)",
|
||||
"swiss_toffee_cream_150_ml": "Swiss toffee cream (150 ml)",
|
||||
"table_linen": "Table linen",
|
||||
"tagliatelli_fresh": "Tagliatelli (fresh)",
|
||||
"tall_items": "Tall items",
|
||||
"tart_flambe": "Tart flambè",
|
||||
|
||||
@@ -7630,6 +7630,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -7713,6 +7714,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -11434,6 +11436,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -11517,6 +11520,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
|
||||
Reference in New Issue
Block a user