plugin: add aliases in config example
This commit is contained in:
parent
3748312c41
commit
22c75c4445
|
@ -60,6 +60,9 @@
|
||||||
},
|
},
|
||||||
"sleep": {
|
"sleep": {
|
||||||
"commands": ["sleep", "wake up"],
|
"commands": ["sleep", "wake up"],
|
||||||
|
"aliases": {
|
||||||
|
"wake up": ["wakeup"]
|
||||||
|
},
|
||||||
"sleep_time": 23,
|
"sleep_time": 23,
|
||||||
"wakeup_time": 7,
|
"wakeup_time": 7,
|
||||||
"snore": "Zzzz",
|
"snore": "Zzzz",
|
||||||
|
|
Loading…
Reference in a new issue