Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Home Connect Device/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions Home Connect Device/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down