Hide all stock related things

This commit is contained in:
Jorim Tielemans 2019-05-11 13:21:53 +02:00 committed by GitHub
parent d9255e2798
commit b2a4719dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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