Add examples for whitelist_external_dirs

Added examples for whitelist_external_dirs as I found it difficult to figure out 
a) it had to follow homeassistant:
b) drop the last slash for the directory i.e. /tmp/exampledir NOT /tmp/exampledir/
This commit is contained in:
James Crook 2018-08-08 16:48:44 +01:00 committed by GitHub
parent 66264c1821
commit a4e039a09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ homeassistant:
unit_system: metric
time_zone: America/Los_Angeles
name: Home
whitelist_external_dirs:
- /home/user/HASS/.homeassistant/dumping-ground
- /tmp
```
Configuration variables: