From f18335ea8b1a73de048460418aa5b5fee8cc9b2a Mon Sep 17 00:00:00 2001 From: ThomasM65 <100622488+ThomasM65@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:49:24 +0200 Subject: [PATCH 1/2] Add 'info' translation to locale.json --- Home Connect Device/locale.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Home Connect Device/locale.json b/Home Connect Device/locale.json index 9f4e950..1edfbfc 100644 --- a/Home Connect Device/locale.json +++ b/Home Connect Device/locale.json @@ -42,6 +42,7 @@ "hint": "Hinweis", "warning": "Warnung", "alert": "Alarm", + "info": "Information", "The program was aborted": "Das Programm wurde abgebrochen", "The program is finished": "Das Programm ist fertig", "The alarm clock has elapsed": "Der Alarm ist abgelaufen", From c60a7373c75b813e8740fe2ee0af37f1fd1451da Mon Sep 17 00:00:00 2001 From: ThomasM65 <100622488+ThomasM65@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:50:54 +0200 Subject: [PATCH 2/2] Add regular preheat finished event message --- Home Connect Device/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Home Connect Device/module.php b/Home Connect Device/module.php index 10bb8a4..7826627 100644 --- a/Home Connect Device/module.php +++ b/Home Connect Device/module.php @@ -25,6 +25,7 @@ class HomeConnectDevice extends IPSModule 'BSH.Common.Event.ProgramFinished' => 'The program is finished', 'BSH.Common.Event.AlarmClockElapsed' => 'The alarm clock has elapsed', 'Cooking.Oven.Event.PreheatFinished' => 'The preheating phase is finished', + 'Cooking.Oven.Event.RegularPreheatFinished' => 'The preheating phase is finished', 'ConsumerProducts.CoffeeMaker.Event.BeanContainerEmpty' => 'Please fill bean container', 'ConsumerProducts.CoffeeMaker.Event.WaterTankEmpty' => 'Please fill water tank', 'ConsumerProducts.CoffeeMaker.Event.DripTrayFull' => 'Please empty drip tray',