From 3b83eb1542e5701915997bc706b9430dc2147909 Mon Sep 17 00:00:00 2001 From: ccostan Date: Tue, 14 Aug 2018 13:19:50 -0400 Subject: [PATCH] Fixed..now putting it back together.. --- config/packages/processmonitor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/processmonitor.yaml b/config/packages/processmonitor.yaml index 4338388a..eeb21b66 100755 --- a/config/packages/processmonitor.yaml +++ b/config/packages/processmonitor.yaml @@ -17,9 +17,9 @@ sensor: - type: since_last_boot - type: disk_use_percent arg: / - # - platform: filesize - # file_paths: - # - /config/home-assistant_v2.db + - platform: filesize + file_paths: + - /config/home-assistant_v2.db #------------------------------------------- ############################################################################## ### Automations - Detect when things are not right. Like any Good Watchdog.