Forced to ditch the file size component. couldn't get travis to like it.. #408

This commit is contained in:
ccostan 2018-08-14 13:27:15 -04:00
parent 13eb6954f6
commit 91ede5eda6
2 changed files with 1 additions and 5 deletions

View File

@ -18,8 +18,6 @@ homeassistant:
hidden: true hidden: true
homebridge_hidden: true homebridge_hidden: true
packages: !include_dir_named packages packages: !include_dir_named packages
whitelist_external_dirs:
- /config/
influxdb: influxdb:
host: 192.168.10.10 host: 192.168.10.10

View File

@ -17,9 +17,7 @@ sensor:
- type: since_last_boot - type: since_last_boot
- type: disk_use_percent - type: disk_use_percent
arg: / arg: /
- platform: filesize
file_paths:
- /config/home-assistant_v2.db
#------------------------------------------- #-------------------------------------------
############################################################################## ##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog. ### Automations - Detect when things are not right. Like any Good Watchdog.