forked from platypush/platypush
Removed Alexa/AVS integration.
The integration was based on my old fork of the AVS service, which is no longer functional given the changes the the Amazon's backend side. A new `avs-device-sdk` is now available, but it seems that it requires lengthy compilation processes which are RaspberryPi-specific. Further investigation is needed for a new Alexa plugin - see #334.
This commit is contained in:
parent
fb017a8b35
commit
4c0e3a16b6
5 changed files with 0 additions and 155 deletions
2
setup.py
2
setup.py
|
@ -190,8 +190,6 @@ setup(
|
|||
'flic': [
|
||||
'flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'
|
||||
],
|
||||
# Support for Alexa/Echo plugin
|
||||
'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'],
|
||||
# Support for Bluetooth devices
|
||||
'bluetooth': [
|
||||
'bleak',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue