diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 1cc12ef..b130a74 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -214,6 +214,12 @@ nodes['home.nas'] = { 'weekly': 0, 'monthly': 0, }, + 'storage/scan': { + 'hourly': 6, + 'daily': 0, + 'weekly': 0, + 'monthly': 0, + }, }, }, },