shack/glados: use kiosk to say something, add picotts package

This commit is contained in:
makefu 2020-02-19 14:43:44 +01:00
parent e5bf98defe
commit 72d34fccb4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ in
condition = "template";
value_template = "{{ trigger.from_state.state != 'No Keyholder' }}";
};
#action = glados.say.lounge "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}";
action = [];
action = glados.say.kiosk "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}";
# action = [];
}
{

View File

@ -39,7 +39,7 @@ in {
'';
})).override {
extraPackages = ps: with ps; [
python-forecastio jsonrpc-async jsonrpc-websocket mpd2
python-forecastio jsonrpc-async jsonrpc-websocket mpd2 picotts
];
};
autoExtraComponents = true;