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"
|
"roku"
|
||||||
"sonos"
|
"sonos"
|
||||||
"onvif"
|
"onvif"
|
||||||
|
"media_source"
|
||||||
"alarm_control_panel"
|
"alarm_control_panel"
|
||||||
"assist_pipeline"
|
"assist_pipeline"
|
||||||
"wyoming"
|
"wyoming"
|
||||||
|
@ -67,7 +68,7 @@ in {
|
||||||
external_url = "https://home.felschr.com";
|
external_url = "https://home.felschr.com";
|
||||||
internal_url = "http://192.168.1.102:8123";
|
internal_url = "http://192.168.1.102:8123";
|
||||||
media_dirs.media = "/media";
|
media_dirs.media = "/media";
|
||||||
allowlist_external_dirs = [ "/tmp" "/config/www/tmp" ];
|
allowlist_external_dirs = [ "/tmp" "/media" ];
|
||||||
};
|
};
|
||||||
default_config = { };
|
default_config = { };
|
||||||
http = {
|
http = {
|
||||||
|
|
Loading…
Reference in a new issue