puyak.r glados: fix tts

This commit is contained in:
makefu 2021-09-05 22:18:33 +02:00
parent 936ebe7ac1
commit 9202b9b33e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -112,7 +112,8 @@ in {
} }
{ platform = "mpd"; { platform = "mpd";
name = "kiosk"; name = "kiosk";
host = "lounge.kiosk.shack"; #host = "lounge.kiosk.shack";
host = "kiosk.shack";
} }
]; ];
@ -123,7 +124,7 @@ in {
http = { http = {
base_url = "http://hass.shack"; base_url = "http://hass.shack";
use_x_forwarded_for = true; use_x_forwarded_for = true;
trusted_proxies = "127.0.0.1"; trusted_proxies = [ "127.0.0.1" "::1" ];
}; };
#conversation = {}; #conversation = {};
@ -139,6 +140,7 @@ in {
language = "de"; language = "de";
cache = true; cache = true;
time_memory = 57600; time_memory = 57600;
base_url = "http://hass.shack";
} }
]; ];
device_tracker = []; device_tracker = [];