feat(home-assistant): enable media source & allowlist_external_dirs dirs

This commit is contained in:
Felix Schröter 2023-09-15 21:09:59 +02:00
parent 75b58ef743
commit 33b3fac75c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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 = {