From 91ede5eda6ed572d674adfb06c4597321313dfbe Mon Sep 17 00:00:00 2001 From: ccostan Date: Tue, 14 Aug 2018 13:27:15 -0400 Subject: [PATCH] Forced to ditch the file size component. couldn't get travis to like it.. #408 --- config/configuration.yaml | 2 -- config/packages/processmonitor.yaml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index 85e201a1..0ad44710 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -18,8 +18,6 @@ homeassistant: hidden: true homebridge_hidden: true packages: !include_dir_named packages - whitelist_external_dirs: - - /config/ influxdb: host: 192.168.10.10 diff --git a/config/packages/processmonitor.yaml b/config/packages/processmonitor.yaml index eeb21b66..53bbe81f 100755 --- a/config/packages/processmonitor.yaml +++ b/config/packages/processmonitor.yaml @@ -17,9 +17,7 @@ sensor: - type: since_last_boot - type: disk_use_percent arg: / - - platform: filesize - file_paths: - - /config/home-assistant_v2.db + #------------------------------------------- ############################################################################## ### Automations - Detect when things are not right. Like any Good Watchdog.