forked from platypush/platypush
Added extra alias "snowboy" for "hotword"
This commit is contained in:
parent
fda8872a15
commit
fca0c2265c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -210,6 +210,7 @@ setup(
|
||||||
'lastfm': ['pylast'],
|
'lastfm': ['pylast'],
|
||||||
# Support for custom hotword detection
|
# Support for custom hotword detection
|
||||||
'hotword': ['snowboy'],
|
'hotword': ['snowboy'],
|
||||||
|
'snowboy': ['snowboy'],
|
||||||
# Support for real-time MIDI events
|
# Support for real-time MIDI events
|
||||||
'midi': ['rtmidi'],
|
'midi': ['rtmidi'],
|
||||||
# Support for RaspberryPi GPIO
|
# Support for RaspberryPi GPIO
|
||||||
|
|
Loading…
Reference in a new issue