mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Update code translations for Miele microwave/Oven combo (#161657)
This commit is contained in:
@@ -331,10 +331,12 @@ class ProgramPhaseMicrowaveOvenCombo(MieleEnum, missing_to_none=True):
|
||||
|
||||
not_running = 0, 65535
|
||||
steam_reduction = 3863
|
||||
process_running = 7938
|
||||
process_running = 3330, 7938
|
||||
waiting_for_start = 7939
|
||||
heating_up_phase = 7940
|
||||
process_finished = 7942
|
||||
heating_up_phase = 3329, 7940
|
||||
process_finished = 3334, 7942
|
||||
cooling_phase = 3339
|
||||
energy_save = 3340
|
||||
|
||||
|
||||
class ProgramPhaseSteamOven(MieleEnum, missing_to_none=True):
|
||||
@@ -408,8 +410,7 @@ class StateProgramType(MieleEnum, missing_to_none=True):
|
||||
|
||||
normal_operation_mode = 0
|
||||
own_program = 1
|
||||
automatic_program = 2
|
||||
cleaning_care_program = 3
|
||||
automatic_program = 2, 3
|
||||
maintenance_program = 4
|
||||
|
||||
|
||||
@@ -537,11 +538,16 @@ class OvenProgramId(MieleEnum, missing_to_none=True):
|
||||
defrost = 1, 356
|
||||
eco_fan_heat = 6
|
||||
auto_roast = 7
|
||||
grill = 9
|
||||
full_grill = 10
|
||||
economy_grill = 11
|
||||
fan_plus = 13
|
||||
intensive_bake = 14
|
||||
microwave = 19
|
||||
microwave_auto_roast = 20
|
||||
microwave_grill = 21
|
||||
microwave_fan_plus = 22
|
||||
microwave_fan_grill = 23
|
||||
conventional_heat = 24
|
||||
top_heat = 25
|
||||
fan_grill = 29
|
||||
@@ -550,6 +556,8 @@ class OvenProgramId(MieleEnum, missing_to_none=True):
|
||||
moisture_plus_fan_plus = 40, 49
|
||||
moisture_plus_intensive_bake = 50, 74
|
||||
moisture_plus_conventional_heat = 51, 76
|
||||
popcorn = 53
|
||||
quick_microwave = 54
|
||||
custom_program_1 = 97
|
||||
custom_program_2 = 98
|
||||
custom_program_3 = 99
|
||||
@@ -577,6 +585,7 @@ class OvenProgramId(MieleEnum, missing_to_none=True):
|
||||
yom_tov = 336
|
||||
drying = 357
|
||||
heat_crockery = 358
|
||||
prove_dough = 359
|
||||
low_temperature_cooking = 360
|
||||
steam_cooking = 361
|
||||
keeping_warm = 362
|
||||
@@ -680,6 +689,10 @@ class OvenProgramId(MieleEnum, missing_to_none=True):
|
||||
rack_of_lamb_with_vegetables = 634
|
||||
yorkshire_pudding = 635
|
||||
meat_loaf = 636
|
||||
defrost_meat = 647
|
||||
defrost_vegetables = 654
|
||||
heating_bakes_gratins = 661
|
||||
heating_vegetables = 671
|
||||
swiss_farmhouse_bread = 695
|
||||
plaited_swiss_loaf = 696
|
||||
tiger_bread = 697
|
||||
|
||||
@@ -449,6 +449,8 @@
|
||||
"dark_mixed_grain_bread": "Dark mixed grain bread",
|
||||
"decrystallise_honey": "Decrystallize honey",
|
||||
"defrost": "Defrost",
|
||||
"defrost_meat": "Defrost meat",
|
||||
"defrost_vegetables": "Defrost vegetables",
|
||||
"defrosting_with_microwave": "Defrosting with microwave",
|
||||
"defrosting_with_steam": "Defrosting with steam",
|
||||
"delicates": "Delicates",
|
||||
@@ -522,10 +524,13 @@
|
||||
"green_split_peas": "Green split peas",
|
||||
"green_tea": "Green tea",
|
||||
"greenage_plums": "Greenage plums",
|
||||
"grill": "Grill",
|
||||
"halibut_fillet_2_cm": "Halibut (fillet, 2 cm)",
|
||||
"halibut_fillet_3_cm": "Halibut (fillet, 3 cm)",
|
||||
"ham_roast": "Ham roast",
|
||||
"heating_bakes_gratins": "Heating bakes/gratins",
|
||||
"heating_damp_flannels": "Heating damp flannels",
|
||||
"heating_vegetables": "Heating vegetables",
|
||||
"hens_eggs_size_l_hard": "Hen’s eggs (size „L“, hard)",
|
||||
"hens_eggs_size_l_medium": "Hen’s eggs (size „L“, medium)",
|
||||
"hens_eggs_size_l_soft": "Hen’s eggs (size „L“, soft)",
|
||||
@@ -585,6 +590,9 @@
|
||||
"melt_chocolate": "Melt chocolate",
|
||||
"menu_cooking": "Menu cooking",
|
||||
"microwave": "Microwave",
|
||||
"microwave_auto_roast": "Microwave + Auto roast",
|
||||
"microwave_fan_grill": "Microwave + Fan grill",
|
||||
"microwave_fan_plus": "Microwave + Fan plus",
|
||||
"milk_foam": "Milk foam",
|
||||
"milk_pipework_clean": "Milk pipework clean",
|
||||
"milk_pipework_rinse": "Milk pipework rinse",
|
||||
@@ -956,6 +964,7 @@
|
||||
"cleaning": "Cleaning",
|
||||
"comfort_cooling": "Comfort cooling",
|
||||
"cooling_down": "Cooling down",
|
||||
"cooling_phase": "Cooling phase",
|
||||
"dirty_sensors": "Dirty sensors",
|
||||
"disinfecting": "Disinfecting",
|
||||
"dispensing": "Dispensing",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user