feat(home-assistant): enable media source & allowlist_external_dirs dirs
This commit is contained in:
parent
75b58ef743
commit
33b3fac75c
|
@ -43,6 +43,7 @@ in {
|
|||
"roku"
|
||||
"sonos"
|
||||
"onvif"
|
||||
"media_source"
|
||||
"alarm_control_panel"
|
||||
"assist_pipeline"
|
||||
"wyoming"
|
||||
|
@ -67,7 +68,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" ];
|
||||
allowlist_external_dirs = [ "/tmp" "/media" ];
|
||||
};
|
||||
default_config = { };
|
||||
http = {
|
||||
|
|
Loading…
Reference in a new issue