declension / squeeze-alexa

Squeezebox integration for Amazon Alexa
GNU General Public License v3.0
59 stars 20 forks source link

Consider rewriting intent handling to use flask-ask #54

Closed declension closed 6 years ago

declension commented 6 years ago

flask-ask solves a lot of the same problems as the alexa module, plus a few more (including echo show support)

Trade-offs for configurability, extra weight, perhaps more limited testability, and extra complexity of hosting / mimicing an HTTP server environment.

declension commented 6 years ago

Prefer #64. Closing