Forced to ditch the file size component. couldn't get travis to like it.. #408
This commit is contained in:
parent
13eb6954f6
commit
91ede5eda6
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue