feat(home-assistant): extend allowlist_external_dirs
/config/www/tmp is required for "Send camera snapshot notification on motion" blueprint.
This commit is contained in:
parent
d585a9eeb3
commit
75b58ef743
|
@ -67,6 +67,7 @@ in {
|
|||
external_url = "https://home.felschr.com";
|
||||
internal_url = "http://192.168.1.102:8123";
|
||||
media_dirs.media = "/media";
|
||||
allowlist_external_dirs = [ "/tmp" "/config/www/tmp" ];
|
||||
};
|
||||
default_config = { };
|
||||
http = {
|
||||
|
|
Loading…
Reference in a new issue