puyak.r glados: fix tts
This commit is contained in:
parent
936ebe7ac1
commit
9202b9b33e
@ -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 = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user