Bartel

Results 27 comments of Bartel

I need to clean up my code (to be able to merge this in), but here is my fork to achieve this: https://github.com/Letrab/hassio-addons/blob/master/sonos-audioclip-tts/server/index.js#L370

I am willing to merge the changes from @jeffothy to my fork if that helps? The better option would be to replace the Google tts altogether in the end: https://github.com/kevinvincent/hassio-addons/issues/6

Updated my fork just now. Untested though atm... Upgraded all packages to be future-proof. So as well the oauth module for example, so could be that authentication is broken. If...

@patchrick84 : Try again now, changed all URL to reference to my fork, which is needed apparently. Let me know if it works (as I don't use hassio myself, I...

Should have tested it first. Made an error porting to the new oAuth library... Fixed now! Sorry for the inconvenience @patchrick84 !

> @Letrab - it's working now! At least, through the URL bar in my browser. Now I just have to teach myself how to integrate it into Home Assistant. I'm...

> Hi @Letrab , > > I tried using your fork to fix the key issue, but it seems that the new API change has caused the language param to...

Implementing it myself. Will raise a PR when finished/cleaned up

Implemented in my own fork. Happy to PR if @kevinvincent agrees: https://github.com/Letrab/hassio-addons

See the playClipAll API call. Used the async library to achieve this parallel fetch calling. You could use this same method for an array of players given in the playerId...