ppanagiotis / pymusiccast

Group MusicCast Speakers with Home Assistant
MIT License
37 stars 8 forks source link

Idea: Add possibility to switch the Link Audio Delay for the speaker-group #4

Open lowEagle opened 4 years ago

lowEagle commented 4 years ago

Hi there,

first of all thank you for your adaption, I really like the new integration into HA. As I tend to switch between the setting for Link Audio Delay depending on whether I watch a movie or listen to audio (_lipsync vs _audiosync), it really would be nice if this would also be possible from within HA.

I already tested the required API calls manually: http://{host}/YamahaExtendedControl/v1/{zone}/setLinkAudioDelay?delay={option} with option being one of the following parameters audio_sync, balanced, lip_sync

Maybe you can find the time to include this into pymusiccast as I don't feel like a good enough programmer to mess with your code by myself.

Thanks :)