From 5f26979be5a2deee4558f083cc1efec56fa235eb Mon Sep 17 00:00:00 2001 From: Paolo Vernazza <> Date: Tue, 10 Dec 2024 12:45:38 +0100 Subject: [PATCH 1/2] Added FlexSpray enums for Bosch Dishwasher --- custom_components/home_connect_alt/translations/it.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_components/home_connect_alt/translations/it.json b/custom_components/home_connect_alt/translations/it.json index 9dd7229..3035e56 100644 --- a/custom_components/home_connect_alt/translations/it.json +++ b/custom_components/home_connect_alt/translations/it.json @@ -701,6 +701,13 @@ "Dishcare.Dishwasher.EnumType.LearningDishwasher.DurationLevel.Level1": "Livello 1", "Dishcare.Dishwasher.EnumType.LearningDishwasher.DurationLevel.Level2": "Livello 2", "Dishcare.Dishwasher.EnumType.LearningDishwasher.DurationLevel.Level3": "Livello 3", + "Dishcare.Dishwasher.EnumType.FlexSpray.Type.Back": "Back", + "Dishcare.Dishwasher.EnumType.FlexSpray.Type.Custom": "Personalizzato", + "Dishcare.Dishwasher.EnumType.FlexSpray.Type.Front": "Front", + "Dishcare.Dishwasher.EnumType.FlexSpray.Type.Individual": "Individuale", + "Dishcare.Dishwasher.EnumType.FlexSpray.Intensity.Heavy": "Intensivo", + "Dishcare.Dishwasher.EnumType.FlexSpray.Intensity.Light": "Leggero", + "Dishcare.Dishwasher.EnumType.FlexSpray.Intensity.Normal": "Normale", "Dishcare.Dishwasher.Option.BrillianceDry": "Asciugatura Splendente", "Dishcare.Dishwasher.Option.ExtraDry": "Asciugatura Extra", "Dishcare.Dishwasher.Option.HalfLoad": "Carico Medio", From 5823746d23412aa7956cf19c47a305dfa2f15b4d Mon Sep 17 00:00:00 2001 From: Paolo Vernazza <> Date: Tue, 10 Dec 2024 12:45:47 +0100 Subject: [PATCH 2/2] Fix typos --- custom_components/home_connect_alt/translations/it.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/home_connect_alt/translations/it.json b/custom_components/home_connect_alt/translations/it.json index 3035e56..714761d 100644 --- a/custom_components/home_connect_alt/translations/it.json +++ b/custom_components/home_connect_alt/translations/it.json @@ -639,7 +639,7 @@ "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.NormalPlus": "Normale +", "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.Strong": "Forte", "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.StrongPlus": "Forte +", - "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.TripleShot": "TTripleShot", + "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.TripleShot": "TripleShot", "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.TripleShotPlus": "TripleShot +", "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.VeryMild": "Molto Leggero", "ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.VeryStrong": "Molto Forte", @@ -849,7 +849,7 @@ "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.DeadEye": "Dead Eye", "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Doppio": "Doppio", "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.FlatWhite": "Flat White", - "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Galao": "Galao", + "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Galao": "Galão", "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Garoto": "Garoto", "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.GrosserBrauner": "Grosser Brauner", "ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Kaapi": "Kaapi",