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.