updated the example

I changed one of the example whitelists, as it was an already white listed directory.
This commit is contained in:
James Crook 2018-08-13 16:31:34 +01:00 committed by GitHub
parent a4e039a09d
commit 427bc5b5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ homeassistant:
time_zone: America/Los_Angeles
name: Home
whitelist_external_dirs:
- /home/user/HASS/.homeassistant/dumping-ground
- /usr/var/dumping-ground
- /tmp
```