chain supermarket create/update to include categories

This commit is contained in:
smilerz
2021-09-27 17:55:58 -05:00
parent 1d983d7310
commit c1a22ea2a6
14 changed files with 101 additions and 62 deletions

View File

@ -284,9 +284,14 @@ export class Models {
},
},
'config': {
'category_to_supermarket': {'function': 'handleSuperMarketCategory'}
'function': 'SupermarketWithCategories',
}
},
'partialUpdate': {
'config': {
'function': 'SupermarketWithCategories',
}
}
}
static AUTOMATION = {