shack/glados: tweak hass config
This commit is contained in:
parent
dca15cd518
commit
28e030be56
@ -131,11 +131,11 @@ in {
|
||||
};
|
||||
#conversation = {};
|
||||
history = {};
|
||||
logbook = {};
|
||||
#logbook = {};
|
||||
logger = {
|
||||
default = "info";
|
||||
};
|
||||
recorder = {};
|
||||
#recorder = {};
|
||||
tts = [
|
||||
{ platform = "google_translate";
|
||||
service_name = "say";
|
||||
|
@ -22,7 +22,7 @@ in
|
||||
service = "media_player.turn_on";
|
||||
data.entity_id = "media_player.${entity}";
|
||||
}
|
||||
{ delay.seconds = 8; }
|
||||
{ delay.seconds = 4.5; }
|
||||
{ service = "tts.say";
|
||||
entity_id = "media_player.${entity}";
|
||||
data_template = {
|
||||
|
Loading…
Reference in New Issue
Block a user