mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Add missing miele program_id code (#166685)
This commit is contained in:
committed by
Bram Kragten
parent
954926a05c
commit
6b7693b2fd
@@ -452,6 +452,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
|
||||
|
||||
@@ -881,6 +881,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è",
|
||||
|
||||
@@ -7624,6 +7624,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -7707,6 +7708,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -11422,6 +11424,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
@@ -11505,6 +11508,7 @@
|
||||
'starch',
|
||||
'steam_care',
|
||||
'stuffed_toys',
|
||||
'table_linen',
|
||||
'trainers',
|
||||
'trainers_refresh',
|
||||
'warm_air',
|
||||
|
||||
Reference in New Issue
Block a user