I'm currently considering to use this library for the MusicCast-Integration in Home Assistant. To do this properly, the communication to the MusicCast devices has to be async, that's why I added AsyncDevice.
I marked the dependency aiohttp as optional, so that people that need async functionality can install this via pip install pyamaha[async].
I'm currently considering to use this library for the MusicCast-Integration in Home Assistant. To do this properly, the communication to the MusicCast devices has to be async, that's why I added
AsyncDevice
.I marked the dependency
aiohttp
as optional, so that people that need async functionality can install this viapip install pyamaha[async]
.