mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
66264c1821
commit
a4e039a09d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user