implemented rule processing in ingredient parser

This commit is contained in:
vabene1111
2021-09-16 18:31:21 +02:00
parent 9cdc31691d
commit f3593e8151
16 changed files with 259 additions and 312 deletions

View File

@ -360,7 +360,7 @@ export default {
let automation = {
name: `Merge ${source.name} with ${target.name}`,
param_1: source.name,
param_2: target.id
param_2: target.name
}
if (this.this_model === this.Models.FOOD) {