shack/glados: use kiosk to say something, add picotts package
This commit is contained in:
parent
e5bf98defe
commit
72d34fccb4
@ -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 = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user