TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
295 stars 63 forks source link

compatible with alexa or home assistent? #191

Closed AndreXavier96 closed 1 year ago

Teraskull commented 1 year ago

Hi @AndreXavier96,

Regarding Alexa, not officially, since that would require us to pay a monthly fee for using AWS, but you could integrate it yourself using IFTTT for example, and call the API using the webhooks. Same with Google Assistant.

Home Assistant should also be the same, just calling API endpoints.

Thanks!

AndreXavier96 commented 1 year ago

where can i see the api endpoints?

Teraskull commented 1 year ago

When you run MLSC, there is the API documentation link in the sidebar.