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"; condition = "template";
value_template = "{{ trigger.from_state.state != 'No Keyholder' }}"; 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 = glados.say.kiosk "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}";
action = []; # action = [];
} }
{ {

View File

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