mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 19:51:26 +00:00
Hide all stock related things
This commit is contained in:
parent
d9255e2798
commit
b2a4719dff
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ if bashio::config.false 'features.shoppinglist'; then
|
|||
export GROCY_FEATURE_FLAG_SHOPPINGLIST=0
|
||||
fi
|
||||
|
||||
if bashio::config.false 'features.stock'; then
|
||||
export FEATURE_FLAG_STOCK=0
|
||||
fi
|
||||
|
||||
if bashio::config.false 'features.tasks'; then
|
||||
export GROCY_FEATURE_FLAG_TASKS=0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue